CustomizationFormCreatingCategoryEventArgs(CategoryRow) Constructor
Creates a new CustomizationFormCreatingCategoryEventArgs object.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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