Skip to main content
Tab

VerticalGridDataRowHeaderFilterSettings.DateRangeCalendarSettings Property

Gets the settings of the header filter calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridRowDateRangeCalendarSettings DateRangeCalendarSettings { get; }

Property Value

Type Description
VerticalGridRowDateRangeCalendarSettings

A VerticalGridRowDateRangeCalendarSettings object containing the calendar settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to DateRangeCalendarSettings
VerticalGridDataRow
.SettingsHeaderFilter .DateRangeCalendarSettings

Remarks

When a date row’s GridDataColumnHeaderFilterSettings.Mode property is set to DateRangeCalendar, the row header filter displays a calendar, allowing end-users to select a required date or period. Use the DateRangeCalendarSettings property to access and customize the calendar settings.

See Also