Skip to main content

CategoryEventArgs.Category Property

Gets the processed category row.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public CategoryRow Category { get; }

Property Value

Type Description
CategoryRow

A CategoryRow object representing the processed category row.

See Also