RadControls for WinForms

Represents a base class for all layout panels. Layout panels are RadElements. They are the elements in the control tree responsible for the layout of primitives. Layout panels determine the position and size of the primitives inside them. Because panels are RadElements, panels can be nested thus providing an arbitrary complex layout.

Namespace: Telerik.WinControls.Layouts
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public abstract class LayoutPanel : RadElement
Visual Basic
Public MustInherit Class LayoutPanel _
	Inherits RadElement

Inheritance Hierarchy

See Also