SpreadsheetCommentBehaviorOptions.InsertAllowed Property
Gets whether an end-user is allowed to insert comments.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v19.2.Core.dll
Declaration
[Browsable(false)]
public bool InsertAllowed { get; }
<Browsable(False)>
Public ReadOnly Property InsertAllowed As Boolean
Property Value
Type |
Description |
Boolean |
true, if an operation is allowed; otherwise, false.
|
Property Value
Type |
Description |
Boolean |
true, if an operation is allowed; otherwise, false.
|
Property Value
Type |
Description |
Boolean |
true, if an operation is allowed; otherwise, false.
|
See Also