Back to Devexpress

VGridOptionsBehavior.Editable Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsbehavior-5fadd816.md

latest2.1 KB
Original Source

VGridOptionsBehavior.Editable Property

Gets or sets whether end-users are allowed to invoke cell editors.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool Editable { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property Editable As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if end-users are allowed to invoke cell editors; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Editable
VGridControlBase

.OptionsBehavior .Editable

|

Remarks

When the Editable option is set to true it’s still possible to prevent editors from being invoked for individual rows if required. Set a row’s EditorRow.Enabled property to true to do this.

See Also

AllowEdit

Enabled

VGridOptionsBehavior Class

VGridOptionsBehavior Members

DevExpress.XtraVerticalGrid Namespace