XtraFolderBrowserDialog.DialogStyle Property
In This Article
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. |
Compact | A DevExpress. |
#Remarks
The DialogStyle property allows you to choose between the “Compact” and “Wide” dialog styles.
See Also