Skip to main content
A newer version of this page is available. .

ASPxClientFormLayout Class

Represents a client-side equivalent of the ASPxFormLayout object.

Declaration

declare class ASPxClientFormLayout extends ASPxClientControl

Remarks

The ASPxClientFormLayout object serves as a client-side equivalent of the ASPxFormLayout control and represents a client form layout object.

The ASPxFormLayout’s items on the client side can be accessed by using the ASPxClientFormLayout.GetItemByName method.

Note

The client-side programmatic interface is available if the ASPxFormLayout.ClientInstanceName property is defined, or any client event is handled.

See Also