Interface IFileExtensionFilterable
Interface that provides properties for filtering files by extension.
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
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.
Declaration
string DefaultExt { get; set; }
Property Value
System.String
|
Filter
Gets or sets the filter string that describes the list of extensions to filter by.
Declaration
string Filter { get; set; }
Property Value
System.String
|
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.
Declaration
int FilterIndex { get; set; }
Property Value
System.Int32
|