GridColumnDateRangeCalendarSettings Properties
Serves as a base for classes that contain settings related to a calendar displayed in the header filter of grid-like controls.Name | Description |
---|---|
ClearButtonText | Specifies the text displayed in the header filter calendar’s Clear button. |
EnableLargePeriodNavigation | Controls the availability of the year navigation in the header filter calendar. |
EnableMultiSelect | Specifies a value indicating if multiple date selection is enabled in the header filter calendar. |
EnablePeriodNavigation | Controls the availability of fast navigation in the header filter calendar. |
FastNavProperties | Specifies the settings of the header filter calendar’s fast navigation panel. |
FirstDayOfWeek | Specifies the day to display as the first day of the week in the header filter calendar. |
HighlightToday | Specifies if a day that corresponds to today’s date is highlighted in the header filter calendar. |
HighlightWeekends | Specifies whether weekend days are highlighted in the header filter calendar. |
MaxDate | Specifies the maximum date allowed to be entered into the header filter calendar by an end-user. |
MinDate | Specifies the minimum date allowed to be entered into the header filter calendar by an end-user. |
ShowClearButton | Specifies whether the Clear button is displayed in the header filter calendar’s footer. |
ShowDayHeaders | Specifies whether the heading for the days of the week is displayed. |
ShowHeader | Specifies whether the header filter calendar header is displayed. |
ShowTodayButton | Specifies whether the Today button is displayed in the header filter calendar’s footer. |
ShowWeekNumbers | Specifies whether the week number section is displayed in the header filter calendar. |
TodayButtonText | Specifies the text displayed in the header filter calendar’s Today button. |
See Also