Back to Devexpress

CustomDrawRowValueCellEventArgs.Enabled Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdrawrowvaluecelleventargs-ee454467.md

latest1.5 KB
Original Source

CustomDrawRowValueCellEventArgs.Enabled Property

Gets a value indicating whether end-users can modify cell values within the painted row.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public bool Enabled { get; }
vb
Public ReadOnly Property Enabled As Boolean

Property Value

TypeDescription
Boolean

true if the processed row is enabled; otherwise, false.

|

See Also

Enabled

CustomDrawRowValueCellEventArgs Class

CustomDrawRowValueCellEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace