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

PagerSettingsEx.Summary Property

Gets the control’s Summary settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public SummaryProperties Summary { get; }

Property Value

Type Description
SummaryProperties

A SummaryProperties object that contains summary settings.

Property Paths

You can access this nested property as listed below:

Remarks

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

See Also