DataSourceSelectResultProcessingOptions.AutoPage プロパティ

定義

ページングが ModelDataSourceView オブジェクトによって自動的に行われたかどうかを示します。

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

プロパティ値

ページングが自動的に行われる場合は true。それ以外の場合は false

適用対象