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

RetrieveFieldsParameters Class

Contains parameters for the DataLayoutControl.RetrieveFields method.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public class RetrieveFieldsParameters

Remarks

Use the DataLayoutControl.RetrieveFields method overload that takes a RetrieveFieldsParameters object as a parameter to create layout items for all public fields in the bound data source while customizing general binding and layout settings.

Inheritance

Object
RetrieveFieldsParameters
See Also