Back to Devexpress

FileDialogBase.CustomPlaces Property

windowsforms-devexpress-dot-xtraeditors-dot-filedialogbase-ab97e6c4.md

latest1.5 KB
Original Source

FileDialogBase.CustomPlaces Property

A collection of quick access paths to which a user can navigate. This property is identical to the standard FileDialog.CustomPlaces property.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraDialogs.v25.2.dll

NuGet Packages : DevExpress.Win.Dialogs, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DXCategory("Data")]
public FileDialogCustomPlacesCollection CustomPlaces { get; }
vb
<Browsable(False)>
<DXCategory("Data")>
Public ReadOnly Property CustomPlaces As FileDialogCustomPlacesCollection

Property Value

TypeDescription
FileDialogCustomPlacesCollection

A collection of quick access locations.

|

See Also

FileDialogBase Class

FileDialogBase Members

DevExpress.XtraEditors Namespace