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

TreeListColumnDateRangeCalendarSettings Class

Contains settings that relate to a calendar displayed in the header filter.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

public class TreeListColumnDateRangeCalendarSettings :
    GridColumnDateRangeCalendarSettings

The following members return TreeListColumnDateRangeCalendarSettings objects:

Remarks

When the GridDataColumnHeaderFilterSettings.Mode property is set to DateRangeCalendar, the header filter displays a calendar. The TreeListColumnSettingsHeaderFilter.DateRangeCalendarSettings property, which provides access to the TreeListColumnDateRangeCalendarSettings class, allows you to customize the calendar settings.

Implements

Inheritance

Object
StateManager
GridColumnDateRangeCalendarSettings
TreeListColumnDateRangeCalendarSettings
See Also