Skip to main content
Tab

SummaryProperties(IPropertiesOwner, PagerButtonPosition, String, String) Constructor

Initializes a new instance of the SummaryProperties class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public SummaryProperties(
    IPropertiesOwner owner,
    PagerButtonPosition position,
    string text,
    string allPagesText
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

position PagerButtonPosition

A PagerButtonPosition enumeration value that specifies the position of the summary text. This value is assigned to the SummaryProperties.Position property.

text String

A string value that represents the pattern used to format the summary’s text. This value is assigned to the PagerButtonProperties.Text property.

allPagesText String

A string value that represents the pattern used to format summary’s text when the content of all the pages is displayed. This value is assigned to the SummaryProperties.AllPagesText property.

See Also