LinqDataSourceView.AutoPage Property

Definition

Gets or sets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports automatic paging.

public:
 property bool AutoPage { bool get(); void set(bool value); };
public bool AutoPage { get; set; }
member this.AutoPage : bool with get, set
Public Property AutoPage As Boolean

Property Value

true if automatic paging is supported; otherwise, false. The default is true.

Remarks

When you set the AutoPage property of the LinqDataSource control, that value is also set for the AutoPage property of the LinqDataSourceView control. For more information, see the LinqDataSource.AutoPage property.

Applies to

See also