Skip to main content
A newer version of this page is available. .
Row

StyleFlags.Protection Property

Gets or sets a value that indicates whether or not the protection option should be applied.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool Protection { get; set; }

Property Value

Type Description
Boolean

true, to apply the protection option; otherwise, false.

See Also