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

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

    Namespace: DevExpress.XtraEditors.Repository

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public CalendarAppearances(
        ICalendarAppearancesOwner owner
    )

    Parameters

    Name Type Description
    owner DevExpress.XtraEditors.Repository.ICalendarAppearancesOwner

    The object that owns these appearance settings.

    See Also