Back to Devexpress

PagerPanelTemplatePosition Enum

aspnet-devexpress-dot-web-c473e0d2.md

latest1.7 KB
Original Source

PagerPanelTemplatePosition Enum

Lists values that specify the template’s position within a pager.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PagerPanelTemplatePosition
vb
Public Enum PagerPanelTemplatePosition

Members

NameDescription
Left

The template is located within the left panel.

| | Right |

The template is located within the right panel.

|

The following properties accept/return PagerPanelTemplatePosition values:

Remarks

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

See Also

DataView

DevExpress.Web Namespace