FlexGrid for UWP/WinRT
NewRowPosition 列挙体

C1FlexGrid.AllowAddNew プロパティが true に設定され、グリッドの連結先の C1.Xaml.IEditableCollectionView が新しい項目の追加をサポートしている場合に、新しい行テンプレートを表示する場所を指定します。
構文
'宣言
 
Public Enum NewRowPosition 
   Inherits System.Enum
public enum NewRowPosition : System.Enum 
メンバ
メンバ解説
Bottom新しい行テンプレートは、グリッドの下端に表示されます。
Top新しい行テンプレートは、グリッドの上端に表示されます。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.FlexGrid.NewRowPosition

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

参照

関連項目

C1.Xaml.FlexGrid 名前空間

Send Feedback