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

RetrieveFieldsParameters.CustomListParameters Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public List<RetrieveFieldParameters> CustomListParameters { get; set; }

Property Value

Type
List<DevExpress.XtraDataLayout.RetrieveFieldParameters>

Remarks

See the DataLayoutControl.RetrieveFields topic to learn more.

See Also