Search
ItemSettings.SelectedItemStyle Property
See Also
 






Gets or sets the Style used to paint selected schedule items.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Style SelectedItemStyle { get; set; }

Visual Basic  Copy Code

Public Property SelectedItemStyle As Style

 Property Value

A Style object defining the appearance of schedule items. This property cannot be null.

 See Also