Skip to main content

FormatConditionBase Members

Serves as a base class for conditional formats.

Constructors

Name Description
FormatConditionBase() Initializes a new instance of the FormatConditionBase class with default settings.

Fields

Name Description
ApplyToRowProperty static Identifies the FormatConditionBase.ApplyToRow dependency property.
ExpressionProperty static Identifies the FormatConditionBase.Expression dependency property.
FieldNameProperty static Identifies the FormatConditionBase.FieldName dependency property.
FixedProperty static Identifies the FormatConditionBase.Fixed dependency property.
IsEnabledProperty static Identifies the FormatConditionBase.IsEnabled dependency property.
OwnerProperty static Identifies the FormatConditionBase.Owner dependency property.
PredefinedFormatNameProperty static Identifies the FormatConditionBase.PredefinedFormatName dependency property.

Properties

Name Description
ApplyToRow Specifies whether to apply the conditional format to the entire row. This is a dependency property.
Expression Gets or sets the expression used to apply a conditional format. This is a dependency property.
FieldName Gets or sets the data source field name of the column to which to apply the conditional format. This is a dependency property.
Fixed Gets or sets whether the conditional format is hidden in the all Conditional Formatting dialogs.
FormatPropertyForBinding For internal use.
IsEnabled Gets or sets whether the conditional format is enabled.
Owner For internal use.
OwnerPredefinedFormatsPropertyName For internal use.
PredefinedFormatName Gets or sets the name of the predefined format to be applied to the cells. This is a dependency property.
TypeName For internal use.

Methods

Name Description
GetApplyToFieldName() For internal use.
OnDeserializeEnd() For internal use.
OnDeserializeStart() For internal use.
See Also