Skip to main content

DXFileDialog.CustomPlaces Property

For internal use.

Namespace: DevExpress.Xpf.Dialogs

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

NuGet Package: 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