Skip to main content
A newer version of this page is available. .

SelectionBarOptions Class

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
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