Skip to main content
All docs
V23.2

AppointmentViewModel.IsSelected Property

Gets whether the appointment is selected.

Namespace: DevExpress.Xpf.Scheduling.VisualData

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