PagerSettingsEx.Summary Property
Gets the control’s Summary settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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