Skip to main content
Tab

ASPxCardView.FindGroupRowTemplateControl(Int32, String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public Control FindGroupRowTemplateControl(
    int visibleIndex,
    string id
)

Parameters

Name Type Description
visibleIndex 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 represents the control contained within the specified group row’s template.

See Also