DataViewPagerPanelTemplateContainer.TemplatePosition Property
Gets the template’s position within a pager.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| PagerPanelTemplatePosition | A PagerPanelTemplatePosition enumeration value that identifies the pager panel (left or right). |
Available values:
| Name | Description |
|---|---|
| Left | The template is located within the left panel. |
| Right | The template is located within the right panel. |
See Also