OpenFileDialogFormClass Variable
Specifies the Open dialog form class.
Declaration
var OpenFileDialogFormClass: TdxfrmCommonFileCustomDialogClass = TdxfrmOpenFileDialog;
Variable Value
| Type | Description |
|---|---|
| TdxfrmCommonFileCustomDialogClass | The class-reference to a shell dialog form class. |
Remarks
The OpenFileDialogFormClass global variable defines the form class for Open dialogs in all DevExpress controls with shell navigation functionality if the dxUseStandardShellDialogs global constant value is False.
You can assign a reference to a TdxfrmCommonFileCustomDialog class descendant to the OpenFileDialogFormClass global variable to replace built-in skinnable Open dialogs with a custom implementation.
See Also