Skip to main content

DataLayoutControl.GetLayoutElementsBindingsInfo(ICollection) Method

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

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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