ASPxCardView.FindPagerBarTemplateControl(String, GridViewPagerBarPosition) Method
Searches for the specified server control contained in the pager bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 in the ASPxCardView. |
Returns
Type | Description |
---|---|
Control | A Control object that is the control contained in 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