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

PagerPanelTemplatePosition Enum

Lists values that specify the template’s position within a pager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum PagerPanelTemplatePosition

Members

Name Description
Left

The template is located within the left panel.

Right

The template is located within the right panel.

Related API Members

The following properties accept/return PagerPanelTemplatePosition values:

Remarks

PagerPanelTemplatePosition

Values listed by this enumeration are used to set the DataViewPagerPanelCommandEventArgs.TemplatePosition and DataViewPagerPanelTemplateContainer.TemplatePosition property values.

See Also