WindowsFileFilter
(Adding message template to the top of the page)
(Replacing message template with parser tag)
 
Line 1: Line 1:
{{message|Write the content here to display this box}}
<message>Write the content here to display this box</message>
In WPF, when you place a BlobField in a ViewModelColumn, you can set taggedvalue WindowsFileFilter to influence what files should be filtered out in the file open dialog.
In WPF, when you place a BlobField in a ViewModelColumn, you can set taggedvalue WindowsFileFilter to influence what files should be filtered out in the file open dialog.



Latest revision as of 08:00, 17 June 2024

In WPF, when you place a BlobField in a ViewModelColumn, you can set taggedvalue WindowsFileFilter to influence what files should be filtered out in the file open dialog.

If the Blob is of Blobtype Image. we use this as default:

Image files (*.jpg, *.jpeg, *.jpe, *.jfif, *.png, *.gif) | *.jpg; *.jpeg; *.jpe; *.jfif; *.png; *.gif

If not Blobtype Image, we have it blank (all files show).

This page was edited 95 days ago on 06/17/2024. What links here