Back to Devexpress

ASPxGridView.FindEditFormLayoutItemTemplateControl(String) Method

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

latest1.6 KB
Original Source

ASPxGridView.FindEditFormLayoutItemTemplateControl(String) Method

Searches for the server control contained within the specified edit form layout item template.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
idString

A String value that identifies the control in the specified edit form layout item.

|

Returns

TypeDescription
Control

A Control object that is the control contained in the specified edit form layout item template.

|

See Also

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace