Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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