ClassSortDirectionToGlyphConverter
Class
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:
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.