Back to Devexpress

XtraFolderBrowserDialog.DialogStyle Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrafolderbrowserdialog.md

latest1.6 KB
Original Source

XtraFolderBrowserDialog.DialogStyle Property

Gets or sets the dialog style.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraDialogs.v25.2.dll

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

Declaration

csharp
[DefaultValue(FolderBrowserDialogStyle.Compact)]
[DXCategory("Appearance")]
public FolderBrowserDialogStyle DialogStyle { get; set; }
vb
<DefaultValue(FolderBrowserDialogStyle.Compact)>
<DXCategory("Appearance")>
Public Property DialogStyle As FolderBrowserDialogStyle

Property Value

TypeDefaultDescription
DevExpress.Utils.CommonDialogs.FolderBrowserDialogStyleCompact

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

XtraFolderBrowserDialog Class

XtraFolderBrowserDialog Members

DevExpress.XtraEditors Namespace