Back to Devexpress

DXFileDialog.CustomPlaces Property

wpf-devexpress-dot-xpf-dot-dialogs-dot-dxfiledialog-397fd416.md

latest1.2 KB
Original Source

DXFileDialog.CustomPlaces Property

For internal use.

Namespace : DevExpress.Xpf.Dialogs

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

NuGet Package : DevExpress.Wpf.Dialogs

Declaration

csharp
[Browsable(false)]
public IList<FileDialogCustomPlace> CustomPlaces { get; }
vb
<Browsable(False)>
Public ReadOnly Property CustomPlaces As IList(Of FileDialogCustomPlace)

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

DXFileDialog Class

DXFileDialog Members

DevExpress.Xpf.Dialogs Namespace