GroupHeaderContextButtonClickEventArgs(Object, KanbanGroup, ContextItemClickEventArgs) Constructor
Initializes a new instance of the GroupHeaderContextButtonClickEventArgs class with specified settings.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
public GroupHeaderContextButtonClickEventArgs(
object groupValue,
KanbanGroup group,
ContextItemClickEventArgs args
)
Parameters
Name | Type |
---|---|
groupValue | Object |
group | KanbanGroup |
args | ContextItemClickEventArgs |
See Also