Skip to main content

SelectionBarOptions Class

Provides options which define how the selection bar in the Timeline View is painted.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public class SelectionBarOptions :
    SchedulerNotificationOptions

The following members return SelectionBarOptions objects:

Remarks

The SelectionBarOptions object is returned by the TimelineView.SelectionBar property. Use members of this class to specify the SelectionBarOptions.Height of the selection bar, and its visibility state, which is specified via the SelectionBarOptions.Visible property.

See Also