Skip to main content
Tab

PagerButtonProperties.Text Property

Gets or sets the text displayed in a pager button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual string Text { get; set; }

#Property Value

Type Description
String

A String value specifying the pager button’s text.

See Also