ComponentOne Xamarin Edition
ActiveEditor Property
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridBase Class : ActiveEditor Property
Gets the cell editor that is currently active.
Syntax
public Xamarin.Forms.View 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.

See Also

Reference

GridBase Class
GridBase Members