DataSourceSelectResultProcessingOptions.AutoSort プロパティ

定義

並べ替えが ModelDataSourceView オブジェクトによって自動的に行われたかどうかを示します。

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

プロパティ値

Boolean

並べ替えが自動的に行われる場合は true。それ以外の場合は false

適用対象