Skip to main content

XtraOpenFileDialog(IContainer) Constructor

Initializes a new instance of the XtraOpenFileDialog class with the specified settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v24.2.dll

Declaration

public XtraOpenFileDialog(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An IContainer descendant that owns this XtraOpenFileDialog.

See Also