Back to Devexpress

ASPxGridView.FindEmptyDataRowTemplateControl(String) Method

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

latest1.7 KB
Original Source

ASPxGridView.FindEmptyDataRowTemplateControl(String) Method

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
idString

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

|

Returns

TypeDescription
Control

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

|

Remarks

For more information, see Templates.

See Also

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace