Skip to main content
Tab

PagerSettingsEx.Summary Property

Gets the control’s Summary settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public SummaryProperties Summary { get; }

#Property Value

Type Description
SummaryProperties

A SummaryProperties object that contains summary settings.

#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