Back to Devexpress

ASPxGridView.FindPagerBarTemplateControl(String, GridViewPagerBarPosition) Method

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

latest2.1 KB
Original Source

ASPxGridView.FindPagerBarTemplateControl(String, GridViewPagerBarPosition) Method

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public Control FindPagerBarTemplateControl(
    string id,
    GridViewPagerBarPosition position
)
vb
Public Function FindPagerBarTemplateControl(
    id As String,
    position As GridViewPagerBarPosition
) As Control

Parameters

NameTypeDescription
idString

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

TypeDescription
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

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace