True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.Design Namespace / SplitCollectionEditor Class / EditValue Method / EditValue(ITypeDescriptorContext,IServiceProvider,Object) Method

In This Topic
    EditValue(ITypeDescriptorContext,IServiceProvider,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function EditValue( _
       ByVal context As System.ComponentModel.ITypeDescriptorContext, _
       ByVal provider As System.IServiceProvider, _
       ByVal value As System.Object _
    ) As System.Object
    public virtual System.object EditValue( 
       System.ComponentModel.ITypeDescriptorContext context,
       System.IServiceProvider provider,
       System.object value
    )

    Parameters

    context
    provider
    value
    See Also