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