Skip to main content
Tab

ASPxVerticalGrid.FindPagerBarTemplateControl(String, GridViewPagerBarPosition) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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 on the ASPxVerticalGrid.

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