ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / DropDownControlViewBase Class / EditorElement Property

In This Topic
    EditorElement Property (DropDownControlViewBase)
    In This Topic
    Gets the editor element that hosted on the view.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EditorElement As IInputEditorElement
    public IInputEditorElement EditorElement {get;}
    See Also