Skip to main content
A newer version of this page is available. .
Tab

ASPxGridView.FindEmptyDataRowTemplateControl(String) Method

Searches for the server control contained within the Empty Data Row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public Control FindEmptyDataRowTemplateControl(
    string id
)

Parameters

Name Type Description
id String

A String value that identifies the control within the empty data row.

Returns

Type Description
Control

A Control object that represents the control contained within the empty data row.

Remarks

For more information, see Templates.

See Also