ASPxDataViewBase.PagerPanelLeftTemplate Property
Gets or sets a template used for displaying the content of a pager panel displayed to the left within the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object that implements the ITemplate interface and contains the template to display the pager panel’s content. |
#Remarks
Use the PagerPanelLeftTemplate property to define content for the pager panel whose position is indicated by the PagerPanelTemplatePosition.Left value of the PagerPanelTemplatePosition enumerator.
Note
Once a template defined via the Pager