ASPxPagerBase.Summary Property
In This Article
Gets the control’s Summary settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual SummaryProperties Summary { get; }
#Property Value
Type | Description |
---|---|
Summary |
A Summary |
#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