IModelLayoutItem Properties
The LayoutItem node defines the layout of a particular View Item in a Detail View.
Name | Description |
---|---|
Application |
Provides access to the Application Model‘s root node.
Inherited from IModel |
Horizontal |
Specifies the horizontal content position within the layout item.
Inherited from ISupport |
Id |
Specifies the identifier of a layout element.
Inherited from IModel |
Index |
Specifies the order index by which nodes are arranged.
Inherited from IModel |
Max |
Specifies the layout item’s maximum size. |
Min |
Specifies the layout item’s minimum size. |
Node |
Gets the number of child nodes.
Inherited from IModel |
Parent |
Provides access to the parent node.
Inherited from IModel |
Relative |
Specifies the height (width, in the case of a horizontal direction) of the current layout element referenced to the height (width) of its group, in percentage terms.
Inherited from IModel |
Root |
For internal use only.
Inherited from IModel |
Size |
Specifies the layout item’s size constraints type. |
Vertical |
Specifies the vertical content position within the layout item.
Inherited from ISupport |
See Also