[]
A C1FlexGrid extension control with ability to create groups in grid by user interactions.
[ToolboxBitmap(typeof(C1FlexGridGroupPanel), "GroupPanel.png")]
public class C1FlexGridGroupPanel : XViewHost
<ToolboxBitmap(GetType(C1FlexGridGroupPanel), "GroupPanel.png")>
Public Class C1FlexGridGroupPanel
Inherits XViewHost
| Name | Description |
|---|---|
| C1FlexGridGroupPanel() | Initializes a new instance of the C1FlexGridGroupPanel control. |
| Name | Description |
|---|---|
| AutoExpandAllGroups | Gets or sets whether all the groups within the View are automatically expanded. |
| AutoSize | |
| BackColor | |
| BackgroundImage | Gets or sets the background image displayed in the control. |
| BorderColor | Gets or sets the color of the control border. |
| BorderStyle | Gets or sets the BorderStyle value determining the type of border around the control. |
| ContextMenuStrip | |
| DefaultSize | |
| FlexGrid | Gets or sets the C1FlexGrid that is connected to this C1FlexGridGroupPanel. |
| ForeColor | |
| HideGroupedColumns | Gets or sets whether the control should automatically hide grouped columns. |
| IconsStyle | Gets the style of icons that are used by C1FlexGridGroupPanel. |
| MaxGroups | Gets or sets the maximum number of groups allowed. |
| ShowClearButton | Gets or sets a value indicates whether to show clear button for each group. |
| Styles | Gets or sets styles. |
| Text | Gets or sets the message that appears in the empty group area. |
| Name | Description |
|---|---|
| Dispose(bool) | |
| OnAutoSizeChanged(EventArgs) | |
| OnBackgroundImageLayoutChanged(EventArgs) | |
| OnContextMenuOpening(CancelEventArgs) | Rises the ContextMenuOpening event. |
| OnEnabledChanged(EventArgs) | |
| OnFontChanged(EventArgs) | Raises the System.Windows.Forms.Control.FontChanged event. |
| OnRightToLeftChanged(EventArgs) | |
| OnStylesChanged(EventArgs) | Rises the StylesChanged event. |
| ResetBackColor() | |
| ResetForeColor() |
| Name | Description |
|---|---|
| ContextMenuOpening | Occurs when the context menu is opening. |
| StylesChanged | Occurs when theme or some style has changed. |