Skip to main content

ASPxClientLayoutItem Class

A client-side equivalent of the ASPxFormLayout’s LayoutItem object.

Declaration

declare class ASPxClientLayoutItem

Remarks

The ASPxClientLayoutItem object is a client layout item that corresponds to a particular layout item in the ASPxFormLayout.Items collection. An individual client layout item can be accessed by using the ASPxClientLayoutItem.GetItemByName method.

The functionality provided by the ASPxClientLayoutItem object on the client side nearly replicates the basic server-side functionality. So, you are allowed to obtain the primary information on an item (such as its ASPxClientLayoutItem.name, ASPxClientLayoutItem.parent, and ASPxClientLayoutItem.formLayout) directly on the client-side by using specific properties exposed by the ASPxClientLayoutItem object and writing the appropriate JavaScript code.

See Also