FlexGrid for UWP/WinRT
HeaderCellStyle プロパティ

この行または列内のヘッダーセルの外観を定義する CellStyle を取得または設定します。
構文
'宣言
 
Public Property HeaderCellStyle As CellStyle
public CellStyle HeaderCellStyle {get; set;}
解説

このプロパティを使用すると、グリッドの行と列に適用する再利用可能なスタイルを定義できます。XAML またはコードで CellStyle オブジェクトを簡単に作成し、それらをグリッドの行または列に割り当てることができます。

サンプルについては、CellStyle プロパティを参照してください。

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

参照

関連項目

RowCol クラス
RowCol メンバ

Send Feedback