DataViewPagerPanelCommandEventArgs.TemplatePosition Property
Gets the template’s position within a pager.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
PagerPanelTemplatePosition | A PagerPanelTemplatePosition enumeration value that identifies the pager panel template (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