Back to Devexpress

GridFormatRule Properties

windowsforms-devexpress-dot-xtragrid-dot-gridformatrule-dot-underscore-properties.md

latest3.8 KB
Original Source

GridFormatRule Properties

Specifies a single style format rule for a grid control’s View.

NameDescription
ApplyToRowGets or sets whether the format is applied to an entire row.
CollectionGets the collection that owns the current GridFormatRule object.
ColumnGets or sets a column that provides values to test against the current format rule. By default, the format is applied to this column.
ColumnApplyToGets or sets a column, to which the format should be applied instead of the column specified by the GridFormatRule.Column property.
ColumnApplyToNameThis member supports the internal infrastructure, and is not intended to be used directly from your code.
ColumnFieldNameThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from FormatRuleBase.
ColumnNameThis member supports the internal infrastructure, and is not intended to be used directly from your code.
DescriptionGets or sets the text description of the format rule. Inherited from FormatRuleBase.
EnabledGets or sets whether the current FormatRuleBase object is enabled. Inherited from FormatRuleBase.
IsValidGets whether the current GridFormatRule object is properly customized.
NameGets or sets the name of the current object. Inherited from FormatRuleBase.
RuleGets or sets the style format rule, which defines the condition and appearance settings applied when the condition is true. Inherited from FormatRuleBase.
RuleTypeThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from FormatRuleBase.
StopIfTrueGets 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.
TagGets or sets custom data associated with the current FormatRuleBase object. Inherited from FormatRuleBase.

See Also

GridFormatRule Class

GridFormatRule Members

DevExpress.XtraGrid Namespace