Skip to main content

GridFormatRule Properties

Specifies a single style format rule for a grid control’s View.
Name Description
ApplyToRow Gets or sets whether the format is applied to an entire row.
Collection Gets the collection that owns the current GridFormatRule object.
Column Gets or sets a column that provides values to test against the current format rule. By default, the format is applied to this column.
ColumnApplyTo Gets or sets a column, to which the format should be applied instead of the column specified by the GridFormatRule.Column property.
ColumnApplyToName This member supports the internal infrastructure, and is not intended to be used directly from your code.
ColumnFieldName This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from FormatRuleBase.
ColumnName This member supports the internal infrastructure, and is not intended to be used directly from your code.
Enabled Gets or sets whether the current FormatRuleBase object is enabled. Inherited from FormatRuleBase.
IsValid Gets whether the current GridFormatRule object is properly customized.
Name Gets or sets the name of the current object. Inherited from FormatRuleBase.
Rule Gets or sets the style format rule, which defines the condition and appearance settings applied when the condition is true. Inherited from FormatRuleBase.
RuleType This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from FormatRuleBase.
StopIfTrue Gets or sets whether subsequent format rules that target a specific cell should be ignored if the current format rule evaluates to true for this cell. Inherited from FormatRuleBase.
Tag Gets or sets custom data associated with the current FormatRuleBase object. Inherited from FormatRuleBase.
See Also