menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OutlineSettingsForm - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OutlineSettingsForm

    Inheritance
    System.Object
    CommandBaseForm
    OutlineSettingsForm
    Inherited Members
    CommandBaseForm.OnClosing(CancelEventArgs)
    CommandBaseForm.OnLoad(EventArgs)
    CommandBaseForm.SfSpreadsheet
    CommandBaseForm.WorkSheet
    Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class OutlineSettingsForm : CommandBaseForm

    Constructors

    OutlineSettingsForm()

    Declaration
    public OutlineSettingsForm()

    Properties

    IsSummaryColumnAtRight

    Gets or Sets true if the Summary Column to displayed at the right

    Declaration
    public bool IsSummaryColumnAtRight { get; set; }
    Property Value
    Type
    System.Boolean

    IsSummaryRowBelow

    Declaration
    public bool IsSummaryRowBelow { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    CancelAction()

    Declaration
    protected override void CancelAction()
    Overrides
    CommandBaseForm.CancelAction()

    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
    CommandBaseForm.OnApplySettings()

    OnClosed(EventArgs)

    Declaration
    protected override void OnClosed(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommandBaseForm.OnClosed(EventArgs)

    OnLoaded()

    Declaration
    protected override void OnLoaded()
    Overrides
    CommandBaseForm.OnLoaded()

    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
    CommandBaseForm.ProcessCmdKey(ref Message, Keys)

    UnWireEvents()

    Declaration
    protected override void UnWireEvents()
    Overrides
    CommandBaseForm.UnWireEvents()

    WireEvents()

    Declaration
    protected override void WireEvents()
    Overrides
    CommandBaseForm.WireEvents()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved