Skip to main content
A newer version of this page is available. .
Tab

GridColumnDateRangeCalendarSettings Members

Serves as a base for classes that contain settings related to a calendar displayed in the header filter of grid-like controls.

Constructors

Name Description
GridColumnDateRangeCalendarSettings() Initializes a new instance of the GridColumnDateRangeCalendarSettings class with default settings.

Properties

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.

Methods

Name Description
Assign(GridColumnDateRangeCalendarSettings) Copies the settings from the specified GridColumnDateRangeCalendarSettings object to the current object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also