DXFileDialog.AppendExtensionsToFilterDescriptions Property
Gets or sets whether the file dialog should append affected extensions to filter descriptions.
Namespace: DevExpress.Xpf.Dialogs
Assembly: DevExpress.Xpf.Dialogs.v24.1.dll
NuGet Package: DevExpress.Wpf.Dialogs
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to append affected extensions to filter descriptions; otherwise, false. |
Remarks
Use the AppendExtensionsToFilterDescriptions property to make file dialogs append affected extensions to filter descriptions.
See Also