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

PagerPanelPosition Enum

Lists values that identify the pager in which a pager panel template is positioned.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum PagerPanelPosition

Members

Name Description
Top

The panel belongs to the top pager.

Bottom

The panel belongs to the bottom pager.

Related API Members

The following properties accept/return PagerPanelPosition values:

Remarks

PagerPanelTemplatePosition

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

See Also