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

GridViewDataColumnHeaderFilterSettings.DateRangeCalendarSettings Property

Gets the settings of the header filter calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewColumnDateRangeCalendarSettings DateRangeCalendarSettings { get; }

Property Value

Type Description
GridViewColumnDateRangeCalendarSettings

A GridViewColumnDateRangeCalendarSettings object containing the calendar settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to DateRangeCalendarSettings
GridViewDataColumn
.SettingsHeaderFilter .DateRangeCalendarSettings

Remarks

When a date column’s GridDataColumnHeaderFilterSettings.Mode property is set to DateRangeCalendar, the column 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.

Online Demo

Grid - Date Range Header Filter

See Also