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

DataLayoutControl.GetLayoutElementsBindingsInfo(ICollection) Method

Returns the layout element binding information from the specified PropertyDescriptor collection.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public virtual LayoutElementsBindingInfo GetLayoutElementsBindingsInfo(
    ICollection propertyDescriptorCollection
)

Parameters

Name Type Description
propertyDescriptorCollection ICollection

A collection of PropertyDescriptor objects.

Returns

Type Description
DevExpress.XtraDataLayout.LayoutElementsBindingInfo

A value that specifies the layout element binding information.

See Also