Provides data for panel collapsing events.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadSplitContainer.PanelCollapsingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadSplitContainer.PanelCollapsingEventArgs
Inherited Members
Constructors
Initializes a new instance of the RadSplitContainer.PanelCollapsingEventArgs class.
C#
public PanelCollapsingEventArgs(RadDirection direction)
The direction in which the panel is collapsing.
Properties
Gets or sets the direction in which the panel is collapsing.
C#
public RadDirection Direction { get; set; }