Class CollapsiblePanelLayoutElement
Inheritance
System.Object
CollapsiblePanelLayoutElement
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 CollapsiblePanelLayoutElement : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
CollapsiblePanelLayoutElement()
Declaration
public CollapsiblePanelLayoutElement()
Fields
ExpandDirectionProperty
IsExpandedProperty
Properties
Image
Gets or sets the image of the element.
Declaration
public Image Image { get; set; }
Property Value
System.Drawing.Image
The image. |
ImagePrimitive
Gets the image primitive.
Declaration
public ImagePrimitive ImagePrimitive { get; }
Property Value
ImagePrimitive
The image primitive. |
Methods
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()