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

ASPxGridView.FindPagerBarTemplateControl(String, GridViewPagerBarPosition) Method

Searches for the specified server control contained within the pager bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public Control FindPagerBarTemplateControl(
    string id,
    GridViewPagerBarPosition position
)

Parameters

Name Type Description
id String

A String value that identifies the control within the pager bar.

position GridViewPagerBarPosition

A GridViewPagerBarPosition enumeration value that specifies the pager bar’s position within the ASPxGridView.

Returns

Type Description
Control

A Control object that represents the control contained within the pager bar’s template. null (Nothing in Visual Basic) if the specified server control was not found.

Remarks

To learn more, see Templates.

See Also