Skip to main content
A newer version of this page is available. .

AppointmentControl.IsSelected Property

Gets whether the visual appointment is selected. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public bool IsSelected { get; }

Property Value

Type Description
Boolean

True, if the appointment is selected; otherwise, false.

See Also