Back to Devexpress

SelectionBarOptions.Height Property

corelibraries-devexpress-dot-xtrascheduler-dot-selectionbaroptions.md

latest1.7 KB
Original Source

SelectionBarOptions.Height Property

Gets or sets the height of the Selection Bar in pixels.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[DefaultValue(0)]
public int Height { get; set; }
vb
<DefaultValue(0)>
Public Property Height As Integer

Property Value

TypeDefaultDescription
Int320

An integer value.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Height
TimelineView

.SelectionBar .Height

|

Remarks

The default value of 0 (zero) actually defines a bar 15 pixels height.

See Also

Timeline View

SelectionBarOptions Class

SelectionBarOptions Members

DevExpress.XtraScheduler Namespace