MindFusion WinForms Programmer's Guide
CellSettings.Style Property
See Also
 





Gets or sets the appearance style used to paint calendar elements that don't have a distinct style assigned to them.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public override Style Style { get; set; }

Visual Basic  Copy Code

Public Overrides Property Style As Style

 Property Value

A Style object specifying the style of calendar UI elements. Assign null (Nothing in Visual Basic) to this property to use the corresponding value from the current theme.

 See Also

CellSettings Members
CellSettings Class
MindFusion.Scheduling.WinForms Namespace