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