Version

Editor Property (UltraGridCellProxy)

Returns the editor that the control is hosting as a proxy.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Editor As Infragistics.Win.EmbeddableEditorBase
public override Infragistics.Win.EmbeddableEditorBase Editor {get;}
Remarks

Note: If the proxy is unable to access an underlying row, such as if the template isn't shown or the RowEditTemplate isn't associated with a band, a default editor will be returned to display the disabled control and to show a message at design-time.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also