Back to Devexpress

PagerPanelPosition Enum

aspnet-devexpress-dot-web-22a32b5b.md

latest1.5 KB
Original Source

PagerPanelPosition Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PagerPanelPosition
vb
Public Enum PagerPanelPosition

Members

NameDescription
Top

The panel belongs to the top pager.

| | Bottom |

The panel belongs to the bottom pager.

|

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

DataView

DevExpress.Web Namespace