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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool IsSelected { get; }

Property Value

Type Description
Boolean

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

See Also