WindowsFileFilter
(Automatically adding template at the end of the page.)
(Adding message template to the top of the page)
Line 1: Line 1:
{{message|Write the content here to display this box}}
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.



Revision as of 22:40, 16 June 2024

This page was created by Hans.karlsen@mdriven.net on 2021-01-26. Last edited by Edgar on 2025-01-20.

Write the content here to display this box

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).