Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeListFormatRule.ApplyToRow Property

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

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v24.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

#Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
[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