SelectionBarOptions Class
Provides options which define how the selection bar in the Timeline View is painted.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
Related API Members
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