DataViewPagerPanelTemplateContainer.Position Property
Gets a value that identifies the pager (top or bottom), which contains the template container.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PagerPanelPosition | A PagerPanelPosition enumeration value that identifies the pager (top or bottom), which contains the template container. |
Available values:
Name | Description |
---|---|
Top | The panel belongs to the top pager. |
Bottom | The panel belongs to the bottom pager. |
See Also