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

DataViewPagerPanelCommandEventArgs.Position Property

Gets the template’s vertical position.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public PagerPanelPosition Position { get; }

Property Value

Type Description
PagerPanelPosition

A PagerPanelPosition enumeration value that specifies the panel’s position.

Available values:

Name Description
Top

The panel belongs to the top pager.

Bottom

The panel belongs to the bottom pager.

Remarks

The Position property allows you to identify whether the template belongs to the top or bottom pager.

See Also