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

CategoryEventArgs(CategoryRow) Constructor

Creates a new CategoryEventArgs object.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public CategoryEventArgs(
    CategoryRow category
)

Parameters

Name Type Description
category CategoryRow

A CategoryRow object representing the processed category row. This value is assigned to the CategoryEventArgs.Category property.

See Also