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

ColumnView.Editable Property

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[Browsable(false)]
public override 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 option.

See Also