FlexGrid for UWP/WinRT
ActiveEditor プロパティ

現在アクティブなセルエディタを取得します。
構文
'宣言
 
Public ReadOnly Property ActiveEditor As Windows.UI.Xaml.FrameworkElement
public Windows.UI.Xaml.FrameworkElement ActiveEditor {get;}
解説

このプロパティは、グリッドが現在編集モードであるかどうかを判定するためによく使用されます。グリッドが編集モードでない場合、このプロパティは null を返します。

通常、返される Windows.UI.Xaml.FrameworkElement 要素は、実際のセルコンテンツを保持する Windows.UI.Xaml.Controls.Border 要素です。

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