ASPxGridView.FindFooterCellTemplateControl(GridViewColumn, String) Method
In This Article
Searches for the server control contained within the specified footer cell‘s template.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column | Grid |
A Grid |
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