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

ASPxPagerBase.Summary Property

Gets the control’s Summary settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual SummaryProperties Summary { get; }

Property Value

Type Description
SummaryProperties

A SummaryProperties object that contains summary settings.

Remarks

Use the Summary property to customize the control’s summary. This includes the summary text, the text displayed when the content of all the pages is displayed, the summary’s position and visibility.

See Also