[]
Represents a settings of filter calendar.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CalendarSettings : INotifyPropertyChanged
| Name | Description |
|---|---|
| CalendarSettings() |
| Name | Description |
|---|---|
| Calendar | Gets or set the Calendar object that represents time in divisions of calendar. |
| CalendarType | Calendar, used to format date. |
| CalendarWeekRule | Get or sets current calendar week rule. |
| CurrentCulture | Get or sets current culture for the calendar. |
| FirstDayOfWeek | Gets or sets the first day of the week as displayed in the month calendar. |
| ShowArrowButtons | Gets or sets the bool value indicating whether calendar displays arrow buttons. |
| ShowToday | Gets or sets a value that indicates whether to display today date. |
| ShowWeekNumbers | Gets or sets the bool value indicating whether calendar displays week numbers. |
| VerticalOrientationLayout | Gets or sets the bool value indicating whether positioned vertically of the month. |
| Name | Description |
|---|---|
| OnPropertyChanged(string) | Raises the PropertyChanged event. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |