BindingSource.IsSorted プロパティ

定義

基になるリスト内の項目が並べ替えられるかどうかを示す値を取得します。

public:
 virtual property bool IsSorted { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool IsSorted { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsSorted : bool
Public Overridable ReadOnly Property IsSorted As Boolean

プロパティ値

true リストが IBindingList で並べ替えられている場合は 7。それ以外の場合は false

実装

属性

注釈

IsSortedリストがIBindingListでない場合は、常にfalseを返します。

適用対象