Back to Devexpress

ASPxGridView.FindGroupRowTemplateControl(Int32, String) Method

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

latest1.8 KB
Original Source

ASPxGridView.FindGroupRowTemplateControl(Int32, String) Method

Searches for the server control contained within the specified group row‘s template.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public Control FindGroupRowTemplateControl(
    int visibleIndex,
    string id
)
vb
Public Function FindGroupRowTemplateControl(
    visibleIndex As Integer,
    id As String
) As Control

Parameters

NameTypeDescription
visibleIndexInt32

An integer value that identifies the group row.

| | id | String |

A String value that identifies the control within the specified group row.

|

Returns

TypeDescription
Control

A Control object that represents the control contained within the specified group row’s template.

|

See Also

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace