Skip to main content

XtraFolderBrowserDialog.DialogStyle Property

Gets or sets the dialog style.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v23.2.dll

NuGet Packages: DevExpress.Win.Dialogs, DevExpress.Win.Navigation

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