Edit

Share via


PagerStyle.PreviousPageText Property

Definition

Gets or sets the label used for the UI element used to navigate to the previous page. The default value is Previous. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property System::String ^ PreviousPageText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string PreviousPageText { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.PreviousPageText : string with get, set
Public Property PreviousPageText As String

Property Value

The label used for the UI element used to navigate to the previous page.

Attributes

Remarks

The label can include the format specifier {0}, which is substituted with the page number of the previous page when the label is rendered.

Applies to

See also