Back to Devexpress

EditorRow.Enabled Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-editorrow-80d73fe1.md

latest2.0 KB
Original Source

EditorRow.Enabled Property

Gets or sets a value indicating whether the row allows cell editors to be invoked.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public bool Enabled { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
<DXCategory("Appearance")>
Public Property Enabled As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the row allows you to invoke cell editors; otherwise, false.

|

Remarks

Setting this property to false , prevents end-users from invoking editors for cells within the row. When a row is disabled, end-users cannot access its cell values (edit, copy them to the Clipboard, etc).

If you need to prevent cell values from being altered but allow users to access them, leave the Enabled property set to true and set the row’s RowProperties.ReadOnly property to true.

See Also

ReadOnly

AllowEdit

EditorRow Class

EditorRow Members

DevExpress.XtraVerticalGrid.Rows Namespace