StyleFormatCondition.ApplyToRow Property
Gets or sets whether the appearance settings are to be applied to rows or to cells of the StyleFormatCondition.Column.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ApplyToRow { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true to apply formatting to entire rows; false to apply formatting to cells of the StyleFormatCondition.Column. |
See Also