Skip to main content
All docs
V26.1
  • CalendarAppearances(ICalendarAppearancesOwner) Constructor

    Initializes a new instance of the CalendarAppearances class with specified settings.

    Namespace: DevExpress.XtraEditors.Repository

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public CalendarAppearances(
        ICalendarAppearancesOwner owner
    )

    Parameters

    Name Type Description
    owner DevExpress.XtraEditors.Repository.ICalendarAppearancesOwner

    The object that owns these appearance settings.

    See Also