Skip to main content
All docs
V26.1
  • GroupFooterButtonClickEventArgs(KanbanGroup, Object) Constructor

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

    Namespace: DevExpress.XtraGrid.Views.Tile

    Assembly: DevExpress.XtraGrid.v26.1.dll

    Declaration

    public GroupFooterButtonClickEventArgs(
        KanbanGroup group,
        object value
    )

    Parameters

    Name Type
    group KanbanGroup
    value Object
    See Also