Back to Devexpress

SelectionBarOptions Class

corelibraries-devexpress-dot-xtrascheduler-da0154c8.md

latest2.1 KB
Original Source

SelectionBarOptions Class

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class SelectionBarOptions :
    SchedulerNotificationOptions
vb
Public Class SelectionBarOptions
    Inherits 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.

Inheritance

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions SelectionBarOptions

See Also

SelectionBarOptions Members

SelectionBar

DevExpress.XtraScheduler Namespace