ASPxDataViewBase.FindPagerPanelControl(String, PagerPanelPosition, PagerPanelTemplatePosition) Method
In This Article
Searches the current naming container’s specified pager panel 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 FindPagerPanelControl(
string id,
PagerPanelPosition pagerPanelPosition,
PagerPanelTemplatePosition templatePosition
)
#Parameters
Name | Type | Description |
---|---|---|
id | String | The identifier for the control to be found. |
pager |
Pager |
One of the Pager |
template |
Pager |
One of the Pager |
#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