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

CustomDrawRowValueCellEventArgs.Item Property

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

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public RepositoryItem Item { get; }

Property Value

Type Description
RepositoryItem

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

See Also