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

XtraOpenFileDialog Properties

A replacement for the standard WinForms OpenFileDialog. Supports theming by DevExpress Skins.
Name Description
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
CheckFileExists Gets or sets whether or not this XtraOpenFileDialog should warn a user if a file with the specified name does not exist.
Container Gets the IContainer that contains the Component. Inherited from Component.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
Multiselect Gets or sets whether or not users are allowed to select multiple files in this XtraOpenFileDialog.
SafeFileName Returns the selected file name and extension. The returned name does not include the file path.
SafeFileNames Returns an array of file names and extensions for all the selected files in the dialog box. File names do not include paths.
Site Gets or sets the ISite of the Component. Inherited from Component.
Tag Gets or sets an object that contains data about the control. Inherited from CommonDialog.
See Also