Skip to main content
A newer version of this page is available. .

TreeListFormatRule.ApplyToRow Property

Gets or sets whether the format is applied to the entire row.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
[XtraSerializableProperty]
public bool ApplyToRow { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the format is applied to the entire row; otherwise, false.

Remarks

If a TreeListFormatRule.Column‘s cell meets the current TreeListFormatRule object, the format is applied to a single cell of the TreeListFormatRule.Column or TreeListFormatRule.ColumnApplyTo column by default. If the ApplyToRow option is enabled, the format is applied to the entire row.

The ApplyToRow property is not in effect for the FormatConditionRuleDataBar and FormatConditionRuleIconSet formats.

See Also