[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder-1

FlexGridGroupPanelBuilder<T> Class

Defines a builder to configurate FlexGridGroupPanel<T>.

Inheritance
HideObjectMembers
FlexGridGroupPanelBuilder<T>
Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class FlexGridGroupPanelBuilder<T> : ExtenderBuilder<FlexGridGroupPanel<T>, FlexGridGroupPanelBuilder<T>>, IHtmlString
Type Parameters
Name Description
T

Constructors

Name Description
FlexGridGroupPanelBuilder(FlexGridGroupPanel<T>)

Create one FlexGridGroupPanelBuilder instance.

Methods

Name Description
Filter(Action<FlexGridFilterBuilder<T>>)

Gets or sets the @see:grid.filter.FlexGridFilter to use for filtering the grid data.

GroupDescriptionCreator(string)

Configurates GroupDescriptionCreator. Sets creator function used to create group descriptions when users drag columns into the group

HideGroupedColumns(bool)

Configurates HideGroupedColumns. Sets a value indicating whether the panel hides grouped columns in the owner grid.

IsDisabled(bool)

Configurates IsDisabled. Sets a value that determines whether the control is disabled.

MaxGroups(int)

Configurates MaxGroups. Sets the maximum number of groups allowed.

Placeholder(string)

Configurates Placeholder. Sets a string to display in the control when it contains no groups.

ShowDragGlyphs(bool)

Configurates ShowDragGlyphs. Sets a value that determines whether the control should add drag glyphs to the group marker elements.

Extension Methods