Gets or sets the visualization style to apply to selected elements.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Style SelectedElementsStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SelectedElementsStyle As Style |
A Style object specifying the style applied to selected calendar cells. This property cannot be null.
See Also