Class SplitterPaneEventArgs
Provides event data for the PaneCreated or the PaneClosing event.
Inherited Members
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 |