Skip to main content
A newer version of this page is available. .
Tab

SummaryProperties.Position Property

Gets or sets the position of the summary text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual PagerButtonPosition Position { get; set; }

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.

PageButtonPosition_Left

Right

The summary is displayed to the right of a pager’s contents.

PageButtonPosition_Right

Inside

The summary is displayed inside a pager’s contents.

PageButtonPosition_Inside

See Also