Skip to main content
Tab

ASPxGridView.FindFooterCellTemplateControl(GridViewColumn, String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public Control FindFooterCellTemplateControl(
    GridViewColumn column,
    string id
)

Parameters

Name Type Description
column GridViewColumn

A GridViewColumn object that represents the column where requested the footer cell resides. If null (Nothing in Visual Basic), the search is performed within all footer cells.

id String

A String value that identifies the control within the specified cell.

Returns

Type Description
Control

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

Remarks

To learn more, see Accessing Controls Contained within Templates.

See Also