Skip to main content
All docs
V23.2

FileExplorerAssistant.Extensions Property

Allows you to access a collection that stores control extensions managed by this File Explorer Assistant.

Namespace: DevExpress.XtraDialogs

Assembly: DevExpress.XtraDialogs.v23.2.dll

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

Declaration

[DXCollectionEditorItemInfo(typeof(BreadCrumbExtension), DisplayName = "BreadCrumbEditExtension")]
[DXCollectionEditorItemInfo(typeof(GridControlExtension), DisplayName = "GridControlExtension")]
[DXCollectionEditorItemInfo(typeof(PreviewPanelExtension), DisplayName = "PreviewPanelExtension")]
[DXCollectionEditorItemInfo(typeof(TreeListExtension), DisplayName = "TreeListExtension")]
public FileExplorerExtensionsCollection Extensions { get; }

Property Value

Type Description
DevExpress.XtraDialogs.FileExplorerExtensionsCollection

Stores control extensions managed by this File Explorer Assistant.

Remarks

Read the following topic for more information about extensions: Custom Browsers (FileExplorerAssistant Component).

See Also