TimeScale.DisplayFormat Property
Gets or sets the format of the string displayed in the timeline caption.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
[TypeConverter(typeof(DateTimeFormatConverter))]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public string DisplayFormat { get; set; }
Property Value
Type | Description |
---|---|
String | A String value specifying the format string of the caption. |
See Also