BrushSavingType Enum
Provides values that specify the type of values stored in the data source field mapped to the StatusMappingInfo.Brush property.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
#Members
Name | Description |
---|---|
Auto
|
A data field mapped to the Status |
Ole
|
A data field mapped to the Status |
Argb
|
A data field mapped to the Status |
Color
|
A data field mapped to the Status |
Color
|
A data field mapped to the Status |
Image
|
A data field mapped to the Status |
Image
|
A data field mapped to the Status |
Brush
|
A data field mapped to the Status |
#Related API Members
The following properties accept/return BrushSavingType values:
#Remarks
The BrushSavingType enumeration values are assigned to the AppointmentStatusDataStorage.BrushSaving property. See the Status Mappings article to learn more.