Back to Devexpress

RepositoryItemPictureEdit.SaveFileDialogFilterIndex Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempictureedit-a23dd1f5.md

latest1.5 KB
Original Source

RepositoryItemPictureEdit.SaveFileDialogFilterIndex Property

Gets or sets the index of the filter currently selected in the Save File Dialog. See this property description for more information: FilterIndex.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(-1)]
[DXCategory("Behavior")]
public int SaveFileDialogFilterIndex { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(-1)>
Public Property SaveFileDialogFilterIndex As Integer

Property Value

TypeDefault
Int32-1

See Also

RepositoryItemPictureEdit Class

RepositoryItemPictureEdit Members

DevExpress.XtraEditors.Repository Namespace