Skip to main content
Tab

SummaryProperties.Position Property

Gets or sets the position of the summary text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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