ASPxClientLayoutItem Methods
A client-side equivalent of the ASPxFormLayout’s LayoutItem object.| 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