リサイズはクリックかドラッグ

ListColumnCollection クラス

ListColumn のインスタンスのコレクションを表します。
継承階層
System.Object
  System.Collections.ObjectModel.Collection<ListColumn>
    System.Collections.ObjectModel.ObservableCollection<ListColumn>
      GrapeCity.Windows.InputMan.ListColumnCollection

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public sealed class ListColumnCollection : ObservableCollection<ListColumn>

ListColumnCollection 型は下記のメンバーを公開します。

メソッド
  名前説明
Protected メソッドClearItems
項目をクリアします。
(ObservableCollection<T> .ClearItems()をオーバーライド)
Protected メソッドInsertItem
コレクション内の指定したインデックスに ListColumn を挿入します。
(ObservableCollection<T> .InsertItem(Int32, T)をオーバーライド)
Protected メソッドRemoveItem
項目を削除します。
(ObservableCollection<T> .RemoveItem(Int32)をオーバーライド)
Protected メソッドSetItem
指定したインデックスにある ListColumn を置き換えます。
(ObservableCollection<T> .SetItem(Int32, T)をオーバーライド)
トップ
関連項目