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

CardViewColumnDateRangeCalendarSettings Members

Contains the settings for the calendar within the Date Range Header Filter.

Constructors

Name Description
CardViewColumnDateRangeCalendarSettings() Initializes a new instance of the CardViewColumnDateRangeCalendarSettings class.

Properties

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

Methods

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