Back to Devexpress

CustomDrawRowValueCellEventArgs.RowValueInfo Property

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

latest1.4 KB
Original Source

CustomDrawRowValueCellEventArgs.RowValueInfo Property

Gets information on the row value view.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public RowValueInfo RowValueInfo { get; }
vb
Public ReadOnly Property RowValueInfo As RowValueInfo

Property Value

TypeDescription
DevExpress.XtraVerticalGrid.ViewInfo.RowValueInfo

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

|

See Also

CustomDrawRowValueCellEventArgs Class

CustomDrawRowValueCellEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace