Back to Devexpress

CalendarProperties Class

aspnet-devexpress-dot-web-fc030dbf.md

latest2.5 KB
Original Source

CalendarProperties Class

Contains settings specific to a calendar editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CalendarProperties :
    EditProperties,
    IDatePickerTypeOwner
vb
Public Class CalendarProperties
    Inherits EditProperties
    Implements IDatePickerTypeOwner

The following members return CalendarProperties objects:

Remarks

The CalendarProperties class contains settings specific to the ASPxCalendar editor type and serves as a base for the DateEditCalendarProperties class. In addition to the common editor settings inherited from its ancestors, the CalendarProperties class implements specific properties which define the calendar’s appearance and behavior.

Implements

IStateManager

IPropertiesOwner

Inheritance

Show 12 items

Object StateManager PropertiesBase EditPropertiesBase EditProperties CalendarProperties DateNavigatorProperties

DateEditCalendarProperties

BootstrapSchedulerDateNavigatorProperties

BootstrapDateEditCalendarProperties

BootstrapCalendarProperties

MVCxCalendarProperties

See Also

CalendarProperties Members

Calendar

DevExpress.Web Namespace