Interface IFileFilterableModel
Interface that extends the IFile
Inherited Members
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IFileFilterableModel : IFileExtensionFilterable
Properties
FilterDescriptors
Gets or sets the list of File
Declaration
IList<FileFilterDescriptor> FilterDescriptors { get; }
Property Value
System.
|
IsFilterApplied
Gets or sets a value indicating whether the current filtering is active or not.
Declaration
bool IsFilterApplied { get; set; }
Property Value
System.
|