SelectionBarOptions.Height Property
Gets or sets the height of the Selection Bar in pixels.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Height |
---|---|
TimelineView |
|
Remarks
The default value of 0 (zero) actually defines a bar 15 pixels height.
See Also