Back to Devexpress

CustomDrawRowValueCellEventArgs.Item Property

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

latest1.7 KB
Original Source

CustomDrawRowValueCellEventArgs.Item Property

Returns the RepositoryItem for which the VGridControlBase.CustomDrawRowValueCell event was raised.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public RepositoryItem Item { get; }
vb
Public ReadOnly Property Item As RepositoryItem

Property Value

TypeDescription
RepositoryItem

The RepositoryItem for which the VGridControlBase.CustomDrawRowValueCell event was raised.

|

See Also

CustomDrawRowValueCellEventArgs Class

CustomDrawRowValueCellEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace