[]
ITagHelper implementation for FlexGridGroupPanel<T>.
[HtmlTargetElement("c1-flex-grid-group-panel")]
public class FlexGridGroupPanelTagHelper : ExtenderTagHelper<FlexGridGroupPanel<object>>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-flex-grid-group-panel")>
Public Class FlexGridGroupPanelTagHelper
Inherits ExtenderTagHelper(Of FlexGridGroupPanel(Of Object))
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| FlexGridGroupPanelTagHelper() |
| Name | Description |
|---|---|
| AriaLabel | Configurates AriaLabel. Sets the aria-label attribute of "GroupPanel" element. |
| CollectionName | Gets the collection name. |
| Filter | Configurates Filter. Sets the @see:grid.filter.FlexGridFilter to use for filtering the grid data. |
| GroupDescriptionCreator | Configurates GroupDescriptionCreator. Sets creator function used to create group descriptions when users drag columns into the group |
| HideGroupedColumns | Configurates HideGroupedColumns. Sets a value indicating whether the panel hides grouped columns in the owner grid. |
| IsDisabled | Configurates IsDisabled. Sets a value that determines whether the control is disabled. |
| MaxGroups | Configurates MaxGroups. Sets the maximum number of groups allowed. |
| Placeholder | Configurates Placeholder. Sets a string to display in the control when it contains no groups. |
| Selector | Configurates Selector. Sets a value which specifies the selector. |
| ShowDragGlyphs | Configurates ShowDragGlyphs. Sets a value that determines whether the control should add drag glyphs to the group marker elements. |