DataLayoutControl.GetLayoutElementsBindingsInfo(ICollection) Method
Returns the layout element binding information from the specified PropertyDescriptor collection.
Namespace: DevExpress.XtraDataLayout
Assembly: DevExpress.XtraLayout.v26.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