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

ASPxDataViewBase.PagerPanelRightTemplate Property

Gets or sets a template used for displaying the content of a pager panel displayed to the right within the control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(null)]
public virtual ITemplate PagerPanelRightTemplate { 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 PagerPanelRightTemplate property to define a content for the pager panel whose position is indicated by the PagerPanelTemplatePosition.Right value of the PagerPanelTemplatePosition enumerator.

Note

Once a template defined via the PagerPanelRightTemplate 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