SummaryProperties.Position Property
In This Article
Gets or sets the position of the summary text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual PagerButtonPosition Position { get; set; }
#Property Value
Type | Description |
---|---|
Pager |
A Pager |
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