InterfaceIFileExtensionFilterable
Interface
Interface that provides properties for filtering files by extension.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
cs-api-definition
public interface IFileExtensionFilterable
Properties
DefaultExt
Gets or sets a value that specifies the default extension string to use to filter the list of files that are displayed.
Filter
Gets or sets the filter string that describes the list of extensions to filter by.
FilterIndex
Gets or sets the currently selected extension filter from the extensions described in the Filter property. The index value of the first filter entry is 1.