TimeRuler.AlwaysShowTopRowTime Property
Gets or sets a value indicating whether the time value should be always shown for the top row.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public virtual bool AlwaysShowTopRowTime { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if the time for the top row should be always visible; otherwise, false. |
Remarks
Use the AlwaysShowTopRowTime property to specify if the time value for the top row should be always visible. For instance, this may be required when the Day View or the Work Week View is active, and it’s difficult to understand what value the top row of time cells belongs to.
See Also