Back to Devexpress

ASPxGridView.FindFooterRowTemplateControl(String) Method

aspnet-devexpress-dot-web-dot-aspxgridview-dot-findfooterrowtemplatecontrol-x28-system-dot-string-x29.md

latest1.9 KB
Original Source

ASPxGridView.FindFooterRowTemplateControl(String) Method

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public Control FindFooterRowTemplateControl(
    string id
)
vb
Public Function FindFooterRowTemplateControl(
    id As String
) As Control

Parameters

NameTypeDescription
idString

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

|

Returns

TypeDescription
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

FindFooterCellTemplateControl(GridViewColumn, String)

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace