New to Telerik UI for WPFStart a free 30-day trial

Represents the possible types of predefined conditional formatting formatting.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public enum PredefinedConditionalFormat

Fields

Custom formatting.

C#
Custom = 6

A light green fill with dark green text formatting.

C#
GreenFillWithDarkGreenText = 2

A light red fill.

C#
LightRedFill = 3

A light red fill with dark red text formatting.

C#
LightRedFillWithDarkRedText = 0

A red border formatting.

C#
RedBorder = 5

A red text formatting.

C#
RedText = 4

A light yellow fill with dark yellow text formatting.

C#
YellowFillWithDarkYellowText = 1