Skip to main content
All docs
V23.2

CalendarAppearances(ICalendarAppearancesOwner) Constructor

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.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