Back to Devexpress

RepositoryItemPictureEdit.SaveFileDialogFilter Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempictureedit-8273add7.md

latest2.0 KB
Original Source

RepositoryItemPictureEdit.SaveFileDialogFilter Property

Gets or sets a custom filter for the Save File dialog.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[DXCategory("Behavior")]
public string SaveFileDialogFilter { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue("")>
Public Property SaveFileDialogFilter As String

Property Value

TypeDefaultDescription
StringString.Empty

The Save File dialog’s custom filter. If this property is set to an empty string, the dialog uses a default filter.

|

Remarks

See the RepositoryItemPictureEdit.OpenFileDialogFilter topic for more information.

See Also

ImageLoading

ImageSaving

OpenFileDialogFilter

RepositoryItemPictureEdit Class

RepositoryItemPictureEdit Members

DevExpress.XtraEditors.Repository Namespace