Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public bool Enabled { get; }

Property Value

Type Description
Boolean

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

See Also