Skip to main content

AppointmentControl.IsSelected Property

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

Namespace: DevExpress.Xpf.Scheduling.Visual

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

Declaration

public bool IsSelected { get; }

Property Value

Type Description
Boolean

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

See Also