Class ElementLayoutData
Represents element's layout data.
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class ElementLayoutData
Constructors
ElementLayoutData(RadElement, PerformLayoutType)
Initializes a new instance of the ElementLayoutData class with the specified element and layout operation type.
Declaration
public ElementLayoutData(RadElement element, PerformLayoutType performLayoutType)
Parameters
RadElement
element
The RadElement to associate with this layout data. |
PerformLayoutType
performLayoutType
The type of layout operation to perform. |
Properties
Element
Gets or sets the element.
Declaration
public RadElement Element { get; set; }
Property Value
RadElement
|
Performed
Gets or sets a value indicating whether the layout operation has been performed.
Declaration
public bool Performed { get; set; }
Property Value
System.Boolean
True if the layout has been performed; otherwise, false. |
PerformLayoutType
Gets or sets the type of layout operation to perform on the element.
Declaration
public PerformLayoutType PerformLayoutType { get; set; }
Property Value
PerformLayoutType
The type of layout operation. |