Skip to main content
A newer version of this page is available. .

BaseView.Editable Property

Determines whether end-users can modify the View’s cell values.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
public virtual bool Editable { get; }

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