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