CustomDataEventArgs.RowProperties Property
In This Article
Gets a row that contains a cell currently being processed.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public RowProperties RowProperties { get; }
#Property Value
Type | Description |
---|---|
Row |
A Row |
See Also