SummaryProperties Constructors
Provides the pager summary settings.| Name | Parameters | Description |
|---|---|---|
| SummaryProperties() | none | Initializes a new instance of the SummaryProperties class with default settings. |
| SummaryProperties(IPropertiesOwner, PagerButtonPosition, String, String) | owner, position, text, allPagesText | Initializes a new instance of the SummaryProperties class with the specified settings. |
| SummaryProperties(IPropertiesOwner, Boolean) | owner, visible | Initializes a new instance of the SummaryProperties class. |
| SummaryProperties(IPropertiesOwner) | owner | Initializes a new instance of the SummaryProperties class with the specified owner. |
See Also