C1.WPF.FlexGrid Namespace > C1FlexGrid Class : ActiveEditor Property |
'Declaration Public ReadOnly Property ActiveEditor As System.Windows.FrameworkElement
public System.Windows.FrameworkElement ActiveEditor {get;}
The most common use for this property is to determine whether the grid is currently in edit mode. If the grid is not in edit mode, this property returns null.
In most cases, the System.Windows.FrameworkElement element returned will be a System.Windows.Controls.Border element that contains the actual cell content.
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