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

Syntax
C# |
bool Protection { get; set; }
|
VB |
Property Protection As Boolean
|
Property value
Type: Boolean
true, to apply the protection option; otherwise, false.

See Also