[]
ITagHelper implementation for FlexGridDetailProvider<T>.
[HtmlTargetElement("c1-flex-grid-detail")]
public class FlexGridDetailProviderTagHelper : ExtenderTagHelper<FlexGridDetailProvider<object>>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-flex-grid-detail")>
Public Class FlexGridDetailProviderTagHelper
Inherits ExtenderTagHelper(Of FlexGridDetailProvider(Of Object))
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| FlexGridDetailProviderTagHelper() |
| 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. |
| Name | Description |
|---|---|
| ProcessAttributes(TagHelperContext, object) | Process all attributes of current taghelper. |
| ProcessChildContent(object, TagHelperContent) | Process the child content. |