FlexGrid for UWP/WinRT
GroupRowPosition 列挙体

データグループを区切るために使用されるグループ行を配置する場所を指定します。
構文
'宣言
 
Public Enum GroupRowPosition 
   Inherits System.Enum
public enum GroupRowPosition : System.Enum 
メンバ
メンバ解説
AboveDataグループ行をデータの上に配置します。
BelowDataグループ行をデータの下に配置します。
Noneグループ行を表示しません。
継承階層

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

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