TreeListFormatRule.ApplyToRow Property
Gets or sets whether the format is applied to the entire row.
Namespace: DevExpress.XtraTreeList.StyleFormatConditions
Assembly: DevExpress.XtraTreeList.v24.1.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.