Skip to main content
Tab

ASPxGridView.FindGroupFooterCellTemplateControl(Int32, GridViewColumn, String) Method

Searches for the server control contained within the specified group footer cell’s template.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public Control FindGroupFooterCellTemplateControl(
    int visibleIndex,
    GridViewColumn column,
    string id
)

#Parameters

Name Type Description
visibleIndex Int32

An integer value that identifies the group row.

column GridViewColumn

A GridViewColumn descendant that represents the column within the ASPxGridView.

id String

A String value that identifies the control within the specified group row.

#Returns

Type Description
Control

A Control object that is the control contained within the specified group footer cell’s template.

See Also