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

XtraFolderBrowserDialog(IContainer) Constructor

Initializes a new instance of the XtraFolderBrowserDialog class with the default settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v18.2.dll

Declaration

public XtraFolderBrowserDialog(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An IContainer descendant that owns this XtraFolderBrowserDialog.

See Also