Skip to main content
A newer version of this page is available. .
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.v19.1.dll

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