ASPxDataViewBase.FindPagerPanelControl(String, PagerPanelPosition, PagerPanelTemplatePosition) Method
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.1.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. |
pagerPanelPosition | PagerPanelPosition | One of the PagerPanelPosition enumeration values. |
templatePosition | PagerPanelTemplatePosition | One of the PagerPanelTemplatePosition enumeration values. |
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