[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.FlexGridGroupPanelTagHelper

FlexGridGroupPanelTagHelper Class

ITagHelper implementation for FlexGridGroupPanel<T>.

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

Constructors

Name Description
FlexGridGroupPanelTagHelper()

Properties

Name Description
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.