TimeScale.Width Property
In This Article
Gets or sets the width of the time scale element.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
[DefaultValue(50)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public int Width { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 50 |
An integer value specifying the width of the time scale. |
See Also