BaseView.Editable Property
Determines whether end-users can modify the View’s cell values.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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 property.
See Also