CustomDrawRowValueCellEventArgs.Item Property
Returns the RepositoryItem for which the VGridControlBase.CustomDrawRowValueCell event was raised.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Property Value
| Type | Description |
|---|---|
| RepositoryItem | The RepositoryItem for which the VGridControlBase.CustomDrawRowValueCell event was raised. |
See Also