ColumnView.Editable Property
Determines whether end-users can modify the View’s cell values.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if end-users can activate cell editors and modify their contents; otherwise, false. |
Remarks
This property returns a value of the ColumnViewOptionsBehavior.Editable option.
See Also