DataViewPagerPanelCommandEventArgs.TemplatePosition Property
In This Article
Gets the template’s position within a pager.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PagerPanelTemplatePosition TemplatePosition { get; }
#Property Value
Type | Description |
---|---|
Pager |
A Pager |
Available values:
Name | Description |
---|---|
Left | The template is located within the left panel. |
Right | The template is located within the right panel. |
See Also