DXColorSavingType Enum
Lists data types used for storing the color.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
#Members
Name | Description |
---|---|
Auto
|
The data format for storing a color is determined automatically based on the type of the field mapped to the Color property. The fallback value is DXColor |
Ole
|
Stores the color setting in OLE_COLOR format. |
Argb
|
Stores the color setting in ARGB format. |
Color
|
Stores the color setting as the ARGB value formatted as a hexadecimal string and prefixed with “0x”. That is, the Colors. |
Color
|
Stores the color setting as an Color instance. |
#Related API Members
The following properties accept/return DXColorSavingType values:
#Remarks
The DXColorSavingType enumeration is used to specify the AppointmentLabelMappings.ColorSavingType and ResourceMappings.ColorSavingType values.