Skip to main content

RetrieveFieldsParameters Class

Contains parameters for the DataLayoutControl.RetrieveFields method.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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