Class FileBrowserAutocompleteBoxesItemStyleSelector
A style selector that returns a different style whether a FileSystemInfoWrapper is a file or directory.
Inheritance
System.Object
FileBrowserAutocompleteBoxesItemStyleSelector
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class FileBrowserAutocompleteBoxesItemStyleSelector : StyleSelector
Constructors
FileBrowserAutocompleteBoxesItemStyleSelector()
Declaration
public FileBrowserAutocompleteBoxesItemStyleSelector()
Properties
DirectoryStyle
Gets or sets the style for item that is DirectoryInfoWrapper.
Declaration
public Style DirectoryStyle { get; set; }
Property Value
System.Windows.Style
|
FileStyle
Gets or sets the style for item that is a FileInfoWrapper.
Declaration
public Style FileStyle { get; set; }
Property Value
System.Windows.Style
|
Methods
SelectStyle(Object, DependencyObject)
Declaration
public override Style SelectStyle(object item, DependencyObject container)
Parameters
System.Object
item
|
System.Windows.DependencyObject
container
|
Returns
System.Windows.Style
|