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

XtraFolderBrowserDialog.DialogStyle Property

Gets or sets the dialog style.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v19.1.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.

XtraDialogs - Styles

See Also