Back to Devexpress

RepositoryItemPictureEdit.OpenFileDialogFilterIndex Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempictureedit-94e5b535.md

latest1.5 KB
Original Source

RepositoryItemPictureEdit.OpenFileDialogFilterIndex Property

Gets or sets the index of the filter currently selected in the Open 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 OpenFileDialogFilterIndex { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(-1)>
Public Property OpenFileDialogFilterIndex As Integer

Property Value

TypeDefault
Int32-1

See Also

RepositoryItemPictureEdit Class

RepositoryItemPictureEdit Members

DevExpress.XtraEditors.Repository Namespace