Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XtraFolderBrowserDialog.DialogStyle Property

Gets or sets the dialog style.

Namespace: DevExpress.XtraEditors

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