StyleFormatCondition.ApplyToRow Property
In This Article
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
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 Style |
See Also