FlexGrid for UWP/WinRT
ColumnHeaderSelectedBackground プロパティ

選択されているセルの列ヘッダーの背景の描画に使用する Windows.UI.Xaml.Media.Brush を取得または設定します。
構文
'宣言
 
Public Property ColumnHeaderSelectedBackground As Windows.UI.Xaml.Media.Brush
public Windows.UI.Xaml.Media.Brush ColumnHeaderSelectedBackground {get; set;}
解説

このプロパティを使用すると、(Excel と同様に)現在の選択範囲に対応するヘッダーを強調表示できるため、選択範囲の識別が容易になります。

このプロパティを null に設定すると、ColumnHeaderBackground プロパティで定義されたブラシによってすべての列ヘッダーがレンダリングされます。

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