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

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

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

参照

C1GridControl クラス
C1GridControl メンバ