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

プロパティ値

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

適用対象