WinUI コントロール
ActiveEditor プロパティ

C1.WinUI.GridControl アセンブリ > C1.WinUI.Grid 名前空間 > C1GridControl クラス : ActiveEditor プロパティ
現在アクティブなセルエディタを取得します。
シンタックス
'宣言
 
Public ReadOnly Property ActiveEditor As Microsoft.UI.Xaml.FrameworkElement
public Microsoft.UI.Xaml.FrameworkElement ActiveEditor {get;}
解説

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

参照

C1GridControl クラス
C1GridControl メンバ