Back to Devexpress

RowProperties.AllowEdit Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowproperties-292e80c8.md

latest2.3 KB
Original Source

RowProperties.AllowEdit Property

Gets or sets whether end-users are allowed to invoke cell editors for the current row.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

Set the AllowEdit property to false to prevent the current row’s editor from being invoked at runtime. To disable editing all rows in the current VGridControl, use the VGridOptionsBehavior.Editable property.

To allow row data to be read but not edited, use the RowProperties.ReadOnly property.

See Also

ReadOnly

Editable

Enabled

CanShowEditor

RowProperties Class

RowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace