DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / CustomEditorEventArgs Class / Control Property

In This Topic
    Control Property (CustomEditorEventArgs)
    In This Topic
    Gets or sets the custom editor.
    Syntax
    'Declaration
     
    Public Property Control As Control
    public Control Control {get; set;}
    Remarks
    We recommend implementing the IValueEditor interface for custom editor.
    See Also