DataSourceEditingOptions Enum
In This Article
Lists the editing options which can be applied to the data source originated from cell range.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Members
Name | Description |
---|---|
Allow
|
Editing is allowed. |
Allow
|
Adding new rows is allowed. |
Allow
|
Removing rows is allowed. |
Allow
|
Sorting is allowed. |
Default
|
Every editing operation is allowed. |
Read
|
Every editing operation is forbidden. |
#Related API Members
The following properties accept/return DataSourceEditingOptions values:
#Remarks
The values listed by this enumeration are used by the RangeDataSourceOptions.EditingOptions property.
See Also