ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridFilterTagHelper Class / GetObjectInstance Method

In This Topic
    GetObjectInstance Method (FlexGridFilterTagHelper)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Function GetObjectInstance( _
       ByVal parent As Object _
    ) As FlexGridFilter(Of Object)
    protected override FlexGridFilter<object> GetObjectInstance( 
       object parent
    )

    Parameters

    parent
    See Also