XtraFolderBrowserDialog(IContainer) Constructor
In This Article
Initializes a new instance of the XtraFolderBrowserDialog class with the default settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraDialogs.v24.2.dll
NuGet Packages: DevExpress.Win.Dialogs, DevExpress.Win.Navigation
#Declaration
public XtraFolderBrowserDialog(
IContainer container
)
#Parameters
Name | Type | Description |
---|---|---|
container | IContainer | An IContainer descendant that owns this Xtra |
See Also