Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public virtual bool AlwaysShowTopRowTime { get; set; }

Property Value

Type Default Description
Boolean **false**

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.

TimeRuler.AlwaysShowTopRowTime.png

See Also