Gets or sets the style of the weekend cells.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public CalendarStyle SelectedElementsStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SelectedElementsStyle As CalendarStyle |
An instance of the CalendarStyle class.
See Also