Class RadSplitContainer.PanelCollapsingEventArgs
Provides data for panel collapsing events.
Inheritance
System.Object
RadSplitContainer.PanelCollapsingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PanelCollapsingEventArgs : CancelEventArgs
Constructors
PanelCollapsingEventArgs(RadDirection)
Initializes a new instance of the RadSplitContainer.PanelCollapsingEventArgs class.
Declaration
public PanelCollapsingEventArgs(RadDirection direction)
Parameters
RadDirection
direction
The direction in which the panel is collapsing. |
Properties
Direction
Gets or sets the direction in which the panel is collapsing.
Declaration
public RadDirection Direction { get; set; }
Property Value
RadDirection
|