SummaryProperties.Position Property
Gets or sets the position of the summary text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
PagerButtonPosition | A PagerButtonPosition enumeration value that specifies the position of the summary text. |
Available values:
Name | Description |
---|---|
Left | The summary is displayed to the left of a pager’s contents. |
Right | The summary is displayed to the right of a pager’s contents. |
Inside | The summary is displayed inside a pager’s contents. |
See Also