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

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.v19.1.dll

Declaration

[DefaultValue(null)]
public virtual ITemplate PagerPanelLeftTemplate { get; set; }

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 PagerPanelLeftTemplate property is created within a tab control, it is instantiated within a container object of the DataViewPagerPanelTemplateContainer type. This container object exposes a set of specific properties to which the template’s child controls can be bound.

See Also