Class RadPanelElement
The main element of the RadPanel control.
Inheritance
System.Object
RadPanelElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadPanelElement : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
RadPanelElement()
Declaration
public RadPanelElement()
Properties
PanelBorder
Gets the BorderPrimitive of the panel element.
Declaration
public BorderPrimitive PanelBorder { get; }
Property Value
BorderPrimitive
|
PanelFill
Gets the FillPrimitive of the panel element.
Declaration
public FillPrimitive PanelFill { get; }
Property Value
FillPrimitive
|
PanelText
Gets the TextPrimitive of the panel element.
Declaration
public TextPrimitive PanelText { get; }
Property Value
TextPrimitive
|
Methods
CreateChildElements()
Create the elements in the hierarchy.
Declaration
protected override void CreateChildElements()