ClassSortOrderToGlyphConverter
Class
Represents a custom IValueConverter implementation that converts a SortOrder value to a character code from the Segoe UI Symbol font.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.View
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class SortOrderToGlyphConverter : IValueConverter
Inheritance: objectSortOrderToGlyphConverter
Implements:
Constructors
SortOrderToGlyphConverter()
Declaration
cs-api-definition
public SortOrderToGlyphConverter()
Methods
Convert(object, Type, object, string)
Converts the specified value of type SortOrder to a string that corresponds to a symbol that represents the sort order.