Back to Devexpress

ASPxGridView.FindFooterCellTemplateControl(GridViewColumn, String) Method

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

latest2.3 KB
Original Source

ASPxGridView.FindFooterCellTemplateControl(GridViewColumn, String) Method

Searches for the server control contained within the specified footer cell‘s template.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public Control FindFooterCellTemplateControl(
    GridViewColumn column,
    string id
)
vb
Public Function FindFooterCellTemplateControl(
    column As GridViewColumn,
    id As String
) As Control

Parameters

NameTypeDescription
columnGridViewColumn

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

TypeDescription
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

FindFooterRowTemplateControl(String)

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace