Skip to main content
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.v24.2.dll

NuGet Package: DevExpress.Web

#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