Back to Devexpress

DXColorSavingType Enum

wpf-devexpress-dot-xpf-dot-scheduling-4bd4c223.md

latest1.9 KB
Original Source

DXColorSavingType Enum

Lists data types used for storing the color.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public enum DXColorSavingType
vb
Public Enum DXColorSavingType

Members

NameDescription
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 DXColorSavingType.ArgbColor.

| | OleColor |

Stores the color setting in OLE_COLOR format.

| | ArgbColor |

Stores the color setting in ARGB format.

| | ColorString |

Stores the color setting as the ARGB value formatted as a hexadecimal string and prefixed with “0x”. That is, the Colors.Red is stored as “0xFFFF0000”.

| | ColorInstance |

Stores the color setting as an Color instance.

|

The following properties accept/return DXColorSavingType values:

Remarks

The DXColorSavingType enumeration is used to specify the AppointmentLabelMappings.ColorSavingType and ResourceMappings.ColorSavingType values.

See Also

DevExpress.Xpf.Scheduling Namespace