Skip to main content
A newer version of this page is available. .
Tab

DataViewPagerPanelCommandEventArgs.TemplatePosition Property

Gets the template’s position within a pager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public PagerPanelTemplatePosition TemplatePosition { get; }

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