alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class SplitterPaneEventArgs

    Provides event data for the PaneCreated or the PaneClosing event.

    Inheritance
    System.Object
    SyncfusionEventArgs
    SplitterPaneEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class SplitterPaneEventArgs : SyncfusionEventArgs

    Properties

    Column

    Returns the zero-based column number of the pane.

    Declaration
    [TraceProperty(true)]
    public int Column { get; }
    Property Value
    Type
    System.Int32

    Control

    Returns the control inside the specified pane.

    Declaration
    [TraceProperty(true)]
    public Control Control { get; }
    Property Value
    Type
    System.Windows.Forms.Control

    MainControl

    Returns a reference to the control at the top-left pane.

    Declaration
    [TraceProperty(true)]
    public Control MainControl { get; }
    Property Value
    Type
    System.Windows.Forms.Control

    Row

    Returns the zero-based row number of the pane.

    Declaration
    [TraceProperty(true)]
    public int Row { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved