XtraFolderBrowserDialog.DialogStyle Property
Gets or sets the dialog style.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraDialogs.v24.2.dll
Declaration
[DefaultValue(FolderBrowserDialogStyle.Compact)]
[DXCategory("Appearance")]
public FolderBrowserDialogStyle DialogStyle { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DevExpress.Utils.CommonDialogs.FolderBrowserDialogStyle | Compact | A DevExpress.Utils.CommonDialogs.FolderBrowserDialogStyle enumeration value that specifies the dialog style. |
Remarks
The DialogStyle property allows you to choose between the “Compact” and “Wide” dialog styles.
See Also