[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.FlexGridDetailProviderTagHelper

FlexGridDetailProviderTagHelper Class

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-flex-grid-detail")]
public class FlexGridDetailProviderTagHelper : ExtenderTagHelper<FlexGridDetailProvider<object>>, ITagHelper, ITagHelperComponent

Constructors

Name Description
FlexGridDetailProviderTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

CreateDetailCell

Configurates CreateDetailCell. Sets the callback function that creates detail cells.

DetailVisibilityMode

Configurates DetailVisibilityMode. Specifies when and how the row details are displayed.

DisposeDetailCell

Configurates DisposeDetailCell. Sets the callback function that disposes of detail cells.

IsAnimated

Configurates IsAnimated. Sets a value that indicates whether to use animation when showing row details.

KeyActionEnter

Configurates KeyActionEnter. Sets the action to perform when the ENTER key is pressed.

MaxHeight

Configurates MaxHeight. Sets the maximum height of the detail rows, in pixels.

RowHasDetail

Configurates RowHasDetail. Sets the callback function that determines whether a row has details.

Methods

Name Description
ProcessAttributes(TagHelperContext, object)

Process all attributes of current taghelper.

ProcessChildContent(object, TagHelperContent)

Process the child content.