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

CategoryEventArgs.Category Property

Gets the processed category row.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

public CategoryRow Category { get; }

Property Value

Type Description
CategoryRow

A CategoryRow object representing the processed category row.

See Also