次の方法で共有


DataViewSetting.ApplyDefaultSort プロパティ

定義

既定の並べ替えを使用するかどうかを示す値を取得または設定します。

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

プロパティ値

既定の並べ替えを使用する場合は true。それ以外の場合は false

適用対象