ListViewPagedDataSource Constructor

Definition

Initializes a new instance of the ListViewPagedDataSource class.

public:
 ListViewPagedDataSource();
public ListViewPagedDataSource ();
Public Sub New ()

Remarks

Use this constructor to create and initialize a new instance of the ListViewPagedDataSource class.

The following table shows initial property values for an instance of the ListViewPagedDataSource class.

Property Initial value
AllowServerPaging false
TotalRowCount 0

Applies to

See also