Skip to main content
Tab

DataViewPagerPanelTemplateContainer.TemplatePosition Property

Gets the template’s position within a pager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PagerPanelTemplatePosition TemplatePosition { get; }

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