ASPxClientLayoutItem.formLayout Property
Gets the form layout object to which the current item belongs.
Declaration
formLayout: ASPxClientFormLayout
Property Value
Type | Description |
---|---|
ASPxClientFormLayout | An ASPxClientFormLayout object representing the form layout to which the item belongs. |
Remarks
Use the formLayout property to identify and access the form layout object which owns the current item.
See Also