Search
Selection.SelectedElementsStyle Property
See Also
 






Gets or sets the visualization style to apply to selected elements.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Style SelectedElementsStyle { get; set; }

Visual Basic  Copy Code

Public Property SelectedElementsStyle As Style

 Property Value

A Style object specifying the style applied to selected calendar cells. This property cannot be null.

 See Also