LiteralText.PagedText Property

Definition

Returns the text for the current page, when the control is broken across pages. 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 ^ PagedText { System::String ^ get(); };
public string PagedText { get; }
member this.PagedText : string
Public ReadOnly Property PagedText As String

Property Value

The text for the current page, when the control is broken across pages.

Applies to

See also