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

適用対象