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

DXOpenFileDialogService Properties

Represents a dialog box that allows end-users to specify a filename for one or more files to open.
Name Description
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
Filter Gets or sets a filter string which specifies options that are available in the “Files of type” box in the dialog box. This is a dependency property. Inherited from OpenFileDialogService.
FilterIndex Gets or sets the index of the filtering option currently selected in the file dialog box. This is a dependency property. Inherited from OpenFileDialogService.
HasAnimatedProperties Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
Multiselect Gets or sets a value indicating whether the dialog box allows multiple files to be selected. This is a dependency property. Inherited from OpenFileDialogService.
OpenFileDialogMode Gets or sets the mode in which the DXOpenFileDialogService functions: selects files or selects folders. This is a dependency property.
ReadOnlyChecked Gets or sets a value indicating whether the read-only check box is selected. This is a dependency property. Inherited from OpenFileDialogService.
ShowReadOnly Gets or sets a value indicating whether the dialog box contains a read-only check box. This is a dependency property. Inherited from OpenFileDialogService.
UnregisterOnUnloaded Inherited from ServiceBase.
See Also