alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class FixedPanel

    Specifies which split panel is fixed, if any.

    Inheritance
    System.Object
    FixedPanel
    Namespace: Syncfusion.Windows.Forms.Tools.Enums
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class FixedPanel : Enum

    Fields

    None

    "None" - no panel;

    Declaration
    public const FixedPanel None
    Field Value
    Type
    FixedPanel

    Panel1

    "Panel1" - panel #1 respectively.

    Declaration
    public const FixedPanel Panel1
    Field Value
    Type
    FixedPanel

    Panel2

    "Panel2" - panel #1 respectively.

    Declaration
    public const FixedPanel Panel2
    Field Value
    Type
    FixedPanel
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved