Class GroupForm
Inherited Members
Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class GroupForm : CommandBaseForm
Constructors
GroupForm()
Declaration
public GroupForm()
Properties
NeedToGroup
Gets or Sets true if the Rows/Columns are to be grouped else false
Declaration
public bool NeedToGroup { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
CancelAction()
Declaration
protected override void CancelAction()
Overrides
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
OnApplySettings()
Declaration
protected override void OnApplySettings()
Overrides
OnLoaded()
Declaration
protected override void OnLoaded()
Overrides
ProcessCmdKey(ref Message, Keys)
Perform the required operation when press Escape or enter key.
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Message | msg | |
System.Windows.Forms.Keys | keyData |
Returns
Type |
---|
System.Boolean |
Overrides
UnWireEvents()
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
Declaration
protected override void WireEvents()