FileTypeFilterAttribute.FileTypesFilter Property
Returns the filter string passed to the dialog windows representing the Open dialog.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Description |
---|---|
String | A string that is passed to the dialog windows representing the Open dialog. |
Remarks
This string is composed of the file type filter description and associated file extension. Generally, you do not need to use this property.
See Also