Class
FileInfoToolTipTemplateSelector

Converter to select file or folder tooltip template based on the type of the file info wrapper.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

cs-api-definition
public class FileInfoToolTipTemplateSelector : IValueConverter

Inheritance: objectFileInfoToolTipTemplateSelector

Implements: IValueConverter

Constructors

FileInfoToolTipTemplateSelector()

Declaration

cs-api-definition
public FileInfoToolTipTemplateSelector()

Properties

DirectoryToolTipTemplate

Directory tooltip template.

Declaration

cs-api-definition
public DataTemplate DirectoryToolTipTemplate { get; set; }

Property Value

DataTemplate

FileToolTipTemplate

File tooltip template.

Declaration

cs-api-definition
public DataTemplate FileToolTipTemplate { get; set; }

Property Value

DataTemplate

Methods

Convert(object, Type, object, CultureInfo)

Converts the wrapper type into corresponding tooltip template.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object

ConvertBack(object, Type, object, CultureInfo)

Not implemented.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object