New to Telerik UI for WinFormsStart a free 30-day trial

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the RadSplitContainer.PanelCollapsingEventArgs class.

C#
public PanelCollapsingEventArgs(RadDirection direction)
Parameters:directionRadDirection

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; }