Interface
IFileExtensionFilterable

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.

Declaration

cs-api-definition
string DefaultExt { get; set; }

Property Value

string

Filter

Gets or sets the filter string that describes the list of extensions to filter by.

Declaration

cs-api-definition
string Filter { get; set; }

Property Value

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

cs-api-definition
int FilterIndex { get; set; }

Property Value

int

In this article
DefinitionPropertiesDefaultExtFilterFilterIndex
Not finding the help you need?
Contact Support