Gets or sets the Style used to paint selected schedule items.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Style SelectedItemStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SelectedItemStyle As Style |
A Style object defining the appearance of schedule items. This property cannot be null.
RemarksTo read more about how this property affects items appearance, refer to the Customizing the Appearance of Items topic.
See Also