Skip to main content
A newer version of this page is available. .
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.v19.1.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the FindFooterCellTemplateControl(GridViewColumn, String) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also