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

CalendarProperties Class

Contains settings specific to a calendar editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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