Skip to main content
Tab

VerticalGridRowDateRangePickerSettings Members

Contains settings that relate to a date range picker displayed in the header filter.

Constructors

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

Properties

Name Description
CalendarColumnCount Specifies the number of months displayed in the header filter’s drop-down calendars. Inherited from GridColumnDateRangePickerSettings.
ClearButtonText Gets or sets the clear button text. Inherited from GridColumnDateRangePickerSettings.
DisabledDates Provides access to a collection of dates disabled in the header filter’s date range picker. Inherited from GridColumnDateRangePickerSettings.
DisplayFormatString Specifies the pattern used to format the editor’s value for display purposes. Inherited from GridColumnDateRangePickerSettings.
EditFormatString Specifies the pattern used to format the editor’s edited value displayed in the edit box. Inherited from GridColumnDateRangePickerSettings.
FastNavProperties Specifies the settings of the fast navigation panel in the header filter’s date range picker. Inherited from GridColumnDateRangePickerSettings.
FirstDayOfWeek Specifies the first day of the week. Inherited from GridColumnDateRangePickerSettings.
MaxDate Specifies the maximum date allowed to be selected in the header filter’s date range picker by an end-user. Inherited from GridColumnDateRangePickerSettings.
MaxDayCount Specifies the maximum number of days in a range. Inherited from GridColumnDateRangePickerSettings.
MinDate Specifies the minimum date allowed to be selected in the header filter’s date range picker by an end-user. Inherited from GridColumnDateRangePickerSettings.
MinDayCount Specifies the minimum number of days in a range. Inherited from GridColumnDateRangePickerSettings.
PickerType Specifies a date component that a user can select (a day, month, decade or year). Inherited from GridColumnDateRangePickerSettings.
TodayButtonText Gets or sets the today button text. Inherited from GridColumnDateRangePickerSettings.

Methods

Name Description
Assign(GridColumnDateRangePickerSettings) Copies the settings from the specified GridColumnDateRangePickerSettings object to the current object. Inherited from GridColumnDateRangePickerSettings.
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