GridFormatRule.ApplyToRow Property
Gets or sets whether the format is applied to an entire row.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
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 GridFormatRule.Column‘s cell meets the current GridFormatRule object, the format is applied to a single cell of the GridFormatRule.Column or GridFormatRule.ColumnApplyTo column by default. If the ApplyToRow option is enabled, the format is applied to an entire row.
The ApplyToRow property is not in effect for the FormatConditionRuleDataBar and FormatConditionRuleIconSet formats.