menu

WinForms

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

    Show / Hide Table of Contents

    Class SplitterPaneEventArgs

    Provides event data for the PaneCreated or the PaneClosing event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SplitterPaneEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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 - 2025 Syncfusion Inc. All Rights Reserved