Skip to main content
A newer version of this page is available. .
Tab

ASPxGridView.FindFooterRowTemplateControl(String) Method

Searches for the server control contained within the Footer‘s template.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public Control FindFooterRowTemplateControl(
    string id
)

Parameters

Name Type Description
id String

A String value that identifies the control within the ASPxGridView’s Footer.

Returns

Type Description
Control

A Control object that represents the control contained within the Footer’s template.

Remarks

To learn more, see Accessing Controls Contained within Templates.

See Also