Back to Devexpress

TreeListFormatRule Properties

windowsforms-devexpress-dot-xtratreelist-dot-styleformatconditions-dot-treelistformatrule-dot-underscore-properties.md

latest4.3 KB
Original Source

TreeListFormatRule Properties

Specifies a single style format rule for a TreeList control.

NameDescription
ApplyToRowGets or sets whether the format is applied to the entire row.
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 TreeListFormatRule.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 TreeListFormatRule 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.
TreeListGets the TreeList object that owns the current formatting rule.

See Also

TreeListFormatRule Class

TreeListFormatRule Members

DevExpress.XtraTreeList.StyleFormatConditions Namespace