Interface
IFileFilterableModel

Interface that extends the IFileExtensionFilterable interface by providing a notion for filter descriptions and boolean property to determine if filtering is currently active or not.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

cs-api-definition
public interface IFileFilterableModel : IFileExtensionFilterable

Inherited Members IFileExtensionFilterable.FilterIFileExtensionFilterable.FilterIndexIFileExtensionFilterable.DefaultExt

Properties

FilterDescriptors

Gets or sets the list of FileFilterDescriptors described by the Filter property.

Declaration

cs-api-definition
IList<FileFilterDescriptor> FilterDescriptors { get; }

Property Value

IList<FileFilterDescriptor>

IsFilterApplied

Gets or sets a value indicating whether the current filtering is active or not.

Declaration

cs-api-definition
bool IsFilterApplied { get; set; }

Property Value

bool

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