InterfaceIFileFilterableModel
Interface
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
Properties
FilterDescriptors
Gets or sets the list of FileFilterDescriptors described by the Filter property.
Declaration
cs-api-definition
IList<FileFilterDescriptor> FilterDescriptors { get; }
Property Value
IsFilterApplied
Gets or sets a value indicating whether the current filtering is active or not.