Skip to main content
All docs
V23.2

CalendarAppearances.Owner Property

Gets the owner control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ICalendarAppearancesOwner Owner { get; }

Property Value

Type Description
DevExpress.XtraEditors.Repository.ICalendarAppearancesOwner

An object that specifies the owner control.

See Also