[]
Defines a builder to configurate FlexGridGroupPanel<T>.
public class FlexGridGroupPanelBuilder<T> : ExtenderBuilder<FlexGridGroupPanel<T>, FlexGridGroupPanelBuilder<T>>, IHtmlString
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| FlexGridGroupPanelBuilder(FlexGridGroupPanel<T>) | Create one FlexGridGroupPanelBuilder instance. |
| 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. |