# SaveFileDialogOptions.DefaultExtension property

The default file extension: the extension itself, without dots or wildcards. For XML files specify "xml", not "*.xml".

```csharp
public string? DefaultExtension { get; set; }
```

## See Also

* class [SaveFileDialogOptions](../SaveFileDialogOptions.md)
* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](../index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Common.Contracts.dll -->
