Class LayoutPanel
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.
Inherited Members
Namespace: Telerik.WinControls.Layouts
Assembly: Telerik.WinControls.dll
Syntax
public abstract class LayoutPanel : RadElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
LayoutPanel()
Declaration
protected LayoutPanel()
Fields
LayoutPanelLastStateKey
This constant is used internally.
Declaration
protected const long LayoutPanelLastStateKey = 68719476736L
Field Value
System.Int64
|
Properties
VsbVisible
Determines whether the element may be added associated with metadata in the Visual Style Builder.
Declaration
public override bool VsbVisible { get; }
Property Value
System.Boolean
|