Skip to main content
All docs
V25.1
  • AppointmentViewModel.IsSelected Property

    Gets whether the appointment is selected.

    Namespace: DevExpress.Xpf.Scheduling.VisualData

    Assembly: DevExpress.Xpf.Scheduling.v25.1.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