ASPxClientLayoutItem Members
A client-side equivalent of the ASPxFormLayout’s LayoutItem object.Properties
| Name | Description |
|---|---|
| formLayout | Gets the form layout object to which the current item belongs. |
| name | Gets the name that uniquely identifies the layout item. |
| parent | Gets the immediate parent layout item to which the current layout item belongs. |
Methods
| Name | Description |
|---|---|
| GetCaption | Returns the text displayed in the layout item caption. |
| GetItemByName(name) | Returns the current layout item’s subitem specified by its name. |
| GetVisible | Returns a value specifying whether a layout item is displayed. |
| SetCaption(caption) | Specifies the text displayed in the layout item caption. |
| SetVisible(value) | Specifies the layout item’s visibility. |
See Also