Skip to main content

CustomizationFormCreatingCategoryEventArgs(CategoryRow) Constructor

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public CustomizationFormCreatingCategoryEventArgs(
    CategoryRow category
)

Parameters

Name Type Description
category CategoryRow

A CategoryRow object that represents the created category row. This value is assigned to the CategoryEventArgs.Category property.

See Also