ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridDetailProviderTagHelper Class
Properties Methods


In This Topic
    FlexGridDetailProviderTagHelper Class Members
    In This Topic

    The following tables list the members exposed by FlexGridDetailProviderTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyIt is useless. To keep consistent with the previous version. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<FlexGridDetailProvider<object>>)
    Public PropertyConfigurates C1.Web.Mvc.FlexGridDetailProvider<T>.CreateDetailCell. Sets the callback function that creates detail cells.  
    Public PropertyConfigurates C1.Web.Mvc.FlexGridDetailProvider<T>.DetailVisibilityMode. Specifies when and how the row details are displayed.  
    Public PropertyConfigurates C1.Web.Mvc.FlexGridDetailProvider<T>.DisposeDetailCell. Sets the callback function that disposes of detail cells.  
    Public PropertyConfigurates C1.Web.Mvc.Component.Id. Gets or sets the component id. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<FlexGridDetailProvider<object>>)
    Public PropertyConfigurates C1.Web.Mvc.FlexGridDetailProvider<T>.IsAnimated. Sets a value that indicates whether to use animation when showing row details.  
    Public PropertyConfigurates C1.Web.Mvc.FlexGridDetailProvider<T>.KeyActionEnter. Sets the action to perform when the ENTER key is pressed.  
    Public PropertyConfigurates C1.Web.Mvc.FlexGridDetailProvider<T>.MaxHeight. Sets the maximum height of the detail rows, in pixels.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.FlexGridDetailProvider<T>.RowHasDetail. Sets the callback function that determines whether a row has details.  
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyOverrides to re-define getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<FlexGridDetailProvider<object>>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverrides to get the C1.Web.Mvc.Extender object. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<FlexGridDetailProvider<object>>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodRenders the startup scripts. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Protected MethodUpdates the property in TObject. It is used to update the child property manually instead of the default one. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<FlexGridDetailProvider<object>>)
    Top
    See Also