SchedulerViewBase.DateTimeScrollbarVisible Property
Gets or sets a value indicating whether the date-time scrollbar is visible.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool DateTimeScrollbarVisible { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the date-time scrollbar is visible; otherwise, false. |
Remarks
Use this property to hide the horizontal scrollbar in the Timeline View when it appears to be redundant.
See Also