Skip to main content

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.v23.2.dll

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

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