Back to Devexpress

CategoryEventArgs.Category Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-categoryeventargs.md

latest1.3 KB
Original Source

CategoryEventArgs.Category Property

Gets the processed category row.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public CategoryRow Category { get; }
vb
Public ReadOnly Property Category As CategoryRow

Property Value

TypeDescription
CategoryRow

A CategoryRow object representing the processed category row.

|

See Also

CategoryEventArgs Class

CategoryEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace