Skip to main content
A newer version of this page is available. .

DiagramShowingOpenImageDialogEventArgs.Filter Property

Gets or sets the string that determines the file filtering options that appear in the dialog.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public string Filter { get; set; }

Property Value

Type Description
String

The file filtering options available in the dialog. By default, All pictures (.jpg;.jpeg;.bmp;.png;.gif)|.jpg;.jpeg;.bmp;.png;.gif|JPEG Fileinterchange Format (.jpg;.jpeg)|.jpg;.jpeg|Windows Bitmap (.bmp)|.bmp|Portable Network Graphics (.png)|.png|Graphics Interchange Format (.gif)|.gif

Remarks

For each filtering option, the filter string contains a description of the filter, followed by the vertical bar (|) and the filter pattern. The string values for different filtering options are separated by the vertical bar.

See Also