New to Telerik UI for WinFormsStart a free 30-day trial

Represents element's layout data.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class ElementLayoutData

Inheritance: objectElementLayoutData

Constructors

Initializes a new instance of the ElementLayoutData class with the specified element and layout operation type.

C#
public ElementLayoutData(RadElement element, PerformLayoutType performLayoutType)
Parameters:elementRadElement

The RadElement to associate with this layout data.

performLayoutTypePerformLayoutType

The type of layout operation to perform.

Properties

Gets or sets the element.

C#
public RadElement Element { get; set; }

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

C#
public bool Performed { get; set; }
Property Value:

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

Gets or sets the type of layout operation to perform on the element.

C#
public PerformLayoutType PerformLayoutType { get; set; }
Property Value:

The type of layout operation.