Property AllowsOtherFileTypes
AllowsOtherFileTypes
Gets or sets a value indicating whether this FileDialog allows the file to be saved with a different extension
public bool AllowsOtherFileTypes { get; set; }
Property Value
- bool
true
if allows other file types; otherwise,false
.