Class
ElementLayoutData

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

RadElement

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

cs-api-definition
public RadElement Element { get; set; }

Property Value

RadElement

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

PerformLayoutType

The type of layout operation.

Performed

Gets or sets a value indicating whether the layout operation has been performed.

Declaration

cs-api-definition
public bool Performed { get; set; }

Property Value

bool

True if the layout has been performed; otherwise, false.