Skip to main content

BaseView.Editable Property

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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