CustomizationFormCreatingCategoryEventArgs(CategoryRow) Constructor
In This Article
Creates a new CustomizationFormCreatingCategoryEventArgs object.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public CustomizationFormCreatingCategoryEventArgs(
CategoryRow category
)
#Parameters
Name | Type | Description |
---|---|---|
category | Category |
A Category |
See Also