Enables you to provide custom style-selection logic for a style that
should be applied to the C1Scheduler control.
The default value is a null reference.
This is a dependency property.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] public StyleSelector ViewStyleSelector { get; set; } |
Visual Basic (Declaration) |
---|
<BrowsableAttribute(False)> _ Public Property ViewStyleSelector As StyleSelector Get Set |
Remarks
The C1Scheduler control has 4 styles:
- One Day View (defined by the OneDayStyle property);
- Working Week View (defined by the WorkingWeekStyle property);
- Week View (defined by the WeekStyle property);
- Month View (defined by the MonthStyle property).
This is a dependency property.