Skip to main content
Tab

ASPxDataViewBase.FindItemControl(String, DataViewItem) Method

Searches the current naming container’s specified item for a server control with the specified id parameter.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public Control FindItemControl(
    string id,
    DataViewItem item
)

#Parameters

Name Type Description
id String

The identifier for the control being sought.

item DataViewItem

A DataViewItem object representing an item to search.

#Returns

Type Description
Control

A Control object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.

See Also