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
Declaration
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
Values listed by this enumeration are used to set the DataViewPagerPanelTemplateContainer.Position and DataViewPagerPanelCommandEventArgs.Position property values.
See Also