Skip to main content

AgendaViewAppearance.Selection Property

Overrides the property of the base class to hide it. Not in use.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public AppearanceObject Selection { get; }

Property Value

Type Description
AppearanceObject

Always null

See Also