A newer version of this page is available.
Switch to the current version.
SelectionBarOptions.Height Property
Gets or sets the height of the Selection Bar in pixels.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[DefaultValue(0)]
[XtraSerializableProperty]
public int Height { get; set; }
<DefaultValue(0)>
<XtraSerializableProperty>
Public Property Height As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 |
An integer value. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Height |
---|---|
GanttView |
|
TimelineView |
|
Remarks
The default value of 0 (zero) actually defines a bar 15 pixels height.
See Also
Feedback