TimeRuler.AlwaysShowTopRowTime Property
In This Article
This property overrides the corresponding property of the base class. It has no effect in DXScheduler for Silverlight.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
[DefaultValue(false)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public virtual bool AlwaysShowTopRowTime { get; set; }
#Property Value
Type | Default |
---|---|
Boolean | false |
See Also