Back to Devexpress

PagerButtonProperties.Text Property

aspnet-devexpress-dot-web-dot-pagerbuttonproperties.md

latest1.0 KB
Original Source

PagerButtonProperties.Text Property

Gets or sets the text displayed in a pager button.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual string Text { get; set; }
vb
Public Overridable Property Text As String

Property Value

TypeDescription
String

A String value specifying the pager button’s text.

|

See Also

PagerButtonProperties Class

PagerButtonProperties Members

DevExpress.Web Namespace