Back to Devexpress

ColumnView.Editable Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-ad5a7c3c.md

latest1.5 KB
Original Source

ColumnView.Editable Property

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

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public override bool Editable { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property Editable As Boolean

Property Value

TypeDescription
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

Editable

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace