FlexGrid for UWP/WinRT
ItemType プロパティ

現在のデータソースに含まれている項目の型を取得します。
構文
'宣言
 
Public ReadOnly Property ItemType As System.Type
public System.Type ItemType {get;}
解説
呼び出し元は、このプロパティを使用して、グリッドに表示されているオブジェクトの型を判定できます。通常、これは、ItemsSource プロパティに割り当てられたオブジェクトを分析または列挙するより便利です。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1FlexGrid クラス
C1FlexGrid メンバ

Send Feedback