ClassElementLayoutData
Class
Represents element's layout data.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class ElementLayoutData
Inheritance: objectElementLayoutData
Constructors
ElementLayoutData(RadElement, PerformLayoutType)
Initializes a new instance of the ElementLayoutData class with the specified element and layout operation type.
Declaration
cs-api-definition
public ElementLayoutData(RadElement element, PerformLayoutType performLayoutType)
Parameters
element
The RadElement to associate with this layout data.
performLayoutType
The type of layout operation to perform.
Properties
Element
Gets or sets the element.
PerformLayoutType
Gets or sets the type of layout operation to perform on the element.
Declaration
cs-api-definition
public PerformLayoutType PerformLayoutType { get; set; }
Property Value
The type of layout operation.