SummaryProperties.Position Property
Gets or sets the position of the summary text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public virtual PagerButtonPosition Position { get; set; }
Public Overridable Property Position As PagerButtonPosition
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
Feedback