CategoryEventArgs.Category Property
In This Article
Gets the processed category row.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public CategoryRow Category { get; }
#Property Value
Type | Description |
---|---|
Category |
A Category |
See Also