Skip to main content
Row

StyleFlags.All Property

Gets or sets a value that indicates whether or not all format characteristics (such as alignment, borders, font, etc.) should be applied.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool All { get; set; }

Property Value

Type Description
Boolean

true, to specify all format characteristics; otherwise, false.

See Also