Class OutlineSettingsForm
Inheritance
System.Object
OutlineSettingsForm
Assembly: Syncfusion.Spreadsheet.Windows.dll
public class OutlineSettingsForm : CommandBaseForm
Constructors
Declaration
public OutlineSettingsForm()
Properties
Gets or Sets true if the Summary Column to displayed at the right
Declaration
public bool IsSummaryColumnAtRight { get; set; }
Property Value
Declaration
public bool IsSummaryRowBelow { get; set; }
Property Value
Methods
Declaration
protected override void CancelAction()
Overrides
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.
|
Declaration
protected override void OnApplySettings()
Overrides
Declaration
protected override void OnClosed(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
Declaration
protected override void OnLoaded()
Overrides
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
Overrides
Declaration
protected override void UnWireEvents()
Overrides
Declaration
protected override void WireEvents()
Overrides