Skip to main content
Row

StyleFlags.Fill Property

Gets or sets a value that indicates whether or not the background color should be applied.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Fill { get; set; }

Property Value

Type Description
Boolean

true, to apply the background color; otherwise, false.

See Also