Skip to main content
Tab

PagerPanelPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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