DataSource for Entity Framework for WPF/Silverlight
ControlHandler クラス
メンバ 

C1.WPF.Data 名前空間 : ControlHandler クラス
サポートされているタイプの GUI コントロールを C1DataSource に接続するコントロールハンドラを表します。 これにより、これらのコントロールに ルックアップ列仮想モードなどの追加機能を提供できます。
オブジェクト モデル
ControlHandler クラス
シンタックス
'宣言
 
<System.ComponentModel.TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<System.Windows.Markup.NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class ControlHandler 
   Inherits C1.Data.DataSource.BaseControlHandler
[System.ComponentModel.TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[System.Windows.Markup.NameScopeProperty("NameScope", System.Windows.NameScope)]
public class ControlHandler : C1.Data.DataSource.BaseControlHandler 
解説

GUI コントロールにコントロールハンドラを接続するには、 このクラスのインスタンスを GUI コントロールの C1.WPF.Data.Entities.C1DataSource.ControlHandlerProperty 添付プロパティに割り当てます。

サポートされている GUI コントロールには、System.Windows.Controls.DataGrid、C1.WPF.FlexGrid.C1FlexGrid、C1.WPF.DataGrid.C1DataGrid があります。

継承階層

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         C1.Data.DataSource.BaseControlHandler
            C1.WPF.Data.ControlHandler

参照

ControlHandler メンバ
C1.WPF.Data 名前空間