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

DXFileDialog.CustomPlaces Property

For internal use.

Namespace: DevExpress.Xpf.Dialogs

Assembly: DevExpress.Xpf.Dialogs.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dialogs, DevExpress.Wpf.Dialogs

Declaration

[Browsable(false)]
public IList<FileDialogCustomPlace> CustomPlaces { get; }

Property Value

Type
IList<FileDialogCustomPlace>

Remarks

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

See Also