Skip to main content

GroupHeaderContextButtonCustomizeEventArgs(Object, KanbanGroup, ContextItem) Constructor

Initializes a new instance of the GroupHeaderContextButtonCustomizeEventArgs class with specified settings.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GroupHeaderContextButtonCustomizeEventArgs(
    object groupValue,
    KanbanGroup group,
    ContextItem item
)

Parameters

Name Type
groupValue Object
group KanbanGroup
item ContextItem
See Also