Class
SortDirectionToGlyphConverter

Represents a custom IValueConverter used to convert a SortDirection value to a symbol glyph.

Definition

Namespace:Telerik.UI.Xaml.Controls.Grid.View

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class SortDirectionToGlyphConverter : IValueConverter

Inheritance: objectSortDirectionToGlyphConverter

Implements: IValueConverter

Constructors

SortDirectionToGlyphConverter()

Declaration

cs-api-definition
public SortDirectionToGlyphConverter()

Methods

Convert(object, Type, object, string)

Converts the specified value of type SortDirection to a string that corresponds to a symbol that represents the sort direction.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, string language)

Parameters

value

object

targetType

Type

parameter

object

language

string

Returns

object

ConvertBack(object, Type, object, string)

Not implemented.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, string language)

Parameters

value

object

targetType

Type

parameter

object

language

string

Returns

object