ComponentOne FlexGrid for WPF and Silverlight
ActiveEditor Property (C1FlexGrid)

C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class : ActiveEditor Property
Gets the cell editor that is currently active.
Syntax
'Declaration
 
Public ReadOnly Property ActiveEditor As System.Windows.FrameworkElement
public System.Windows.FrameworkElement ActiveEditor {get;}
Remarks

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.

See Also

Reference

C1FlexGrid Class
C1FlexGrid Members