ResourceStorage.ColorSaving Property
Gets or sets a type of format to store the color information.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public ColorSavingType ColorSaving { get; set; }
Public Property ColorSaving As ColorSavingType
Property Value
| Type | Description |
|---|---|
| ColorSavingType | A DevExpress.XtraScheduler.ColorSavingType enumeration value indicating the type in which the color is stored. |
See Also