Skip to main content
A newer version of this page is available. .

DataControlBase.PredefinedFormats Property

Contains predefined formats used in conditional formatting rules. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null)]
public FormatInfoCollection PredefinedFormats { get; set; }

Property Value

Type Description
DevExpress.WinUI.Grid.FormatInfoCollection

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