Class
SplitContainerNeededEventArgs

Represents the arguments associated with a DockTabStripNeeded event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public class SplitContainerNeededEventArgs : EventArgs

Inheritance: objectEventArgsSplitContainerNeededEventArgs

Inherited Members EventArgs.Empty

Constructors

SplitContainerNeededEventArgs()

Declaration

cs-api-definition
public SplitContainerNeededEventArgs()

Properties

Container

Gets or sets the RadSplitContainer instance to be used.

Declaration

cs-api-definition
public RadSplitContainer Container { get; set; }

Property Value

RadSplitContainer