GridViewColumnDateRangeCalendarSettings Class
In This Article
Contains settings that relate to a calendar displayed in the header filter.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GridViewColumnDateRangeCalendarSettings :
GridColumnDateRangeCalendarSettings
#Related API Members
The following members return GridViewColumnDateRangeCalendarSettings objects:
#Remarks
When the GridDataColumnHeaderFilterSettings.Mode property is set to DateRangeCalendar, the header filter displays a calendar. The GridViewDataColumnHeaderFilterSettings.DateRangeCalendarSettings property, which provides access to the GridViewColumnDateRangeCalendarSettings class, allows you to customize the calendar settings.
#Implements
#Inheritance
Object
StateManager
GridColumnDateRangeCalendarSettings
GridViewColumnDateRangeCalendarSettings
See Also