DataControlBase.PredefinedFormats Property
In This Article
Contains predefined formats used in conditional formatting rules. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A collection of predefined formats. |
#Remarks
The PredefinedFormats collection stores the following predefined formats:
- LightRedFillWithDarkRedText
- YellowFillWithDarkYellowText
- GreenFillWithDarkGreenText
- LightRedFill
- LightGreenFill
- RedText
- GreenText
- BoldText
- ItalicText
See Also