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

CustomDrawRowValueCellEventArgs.RowValueInfo Property

Gets information on the row value view.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public RowValueInfo RowValueInfo { get; }

Property Value

Type Description
DevExpress.XtraVerticalGrid.ViewInfo.RowValueInfo

A RowValueInfo object that specifies information on the row value view.

See Also