DataSourceSelectResultProcessingOptions.AutoPage Property

Definition

Indicates whether paging is done automatically by the ModelDataSourceView object.

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 to indicate that paging is done automatically; otherwise, false.

Applies to