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

NuGet Package: DevExpress.Web

#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