ASPxGridView.FindGroupFooterRowTemplateControl(Int32, String) Method
In This Article
Searches for the server control contained within the specified group footer row’s template.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
visible |
Int32 | An integer value that identifies the group row. |
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 row’s template. |
See Also