WindowsFileFilter
No edit summary
No edit summary
Line 1: Line 1:
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.


If the blob is of blobtype Image. we use this as default:  
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
  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).
If not Blobtype Image, we have it blank (all files show).
[[Category:WPF]]
[[Category:WPF]]

Revision as of 05:46, 20 July 2023

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 100 days ago on 02/10/2024. What links here