Skip to main content
Tab

CalendarProperties Class

Contains settings specific to a calendar editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class CalendarProperties :
    EditProperties,
    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.

See Also