Xceed DataGrid for WPF v7.2 Documentation
Xceed.Wpf.DataGrid.Converters Namespace
Inheritance Hierarchy
Xceed.Wpf.DataGrid Assembly : Xceed.Wpf.DataGrid.Converters Namespace
The Xceed.Wpf.DataGrid.Converters namespace regroups all the converter classes.
Classes
 ClassDescription
Class 
ClassConverter used to convert to and from a ColumnWidth structure.
ClassConverters that converts decimal and double values to and from a currency-formatted string.
ClassConverts the specified DateTime value to a string using the DateTimeMaskMode received as a parameter.
ClassConverts a an empty string to true.
ClassConverter used to determine if a value is equivalent to an enum specific value.
ClassConverter used to determine if a value is greater than zero.
ClassConverter used to covert a value to a boolean value indicating whether it is odd or even.
ClassRepresents a value converter used to add the value of the parameter to the value of object. This converter applies only to Int32 values.
ClassRepresents a converter that inverses a boolean value.
ClassRepresents a value converter used to convert Int32 values into percentages.
ClassRepresents a converter that can be used to format the multimodal result of a Mode statistical function.
ClassRepresents a value converter used to convert Double values to their opposite negative or positive value.
ClassRepresents a value converter used to convert a null reference (Nothing in Visual Basic) to a boolean value.
ClassConverts a value of a field in a source to the target type.
ClassRepresents a converter that can be used to format the result of a statistical function, as well as display a user-friendly message when an exception occurs within the function during the calculation of its result.
ClassRepresents a converter that converts a value to a string using composite formatting
ClassConverter used to format a string. Uses 2 parameters: the value to format and the desired format.
ClassRepresents a converter used to convert a Double to a Thickness structure.
ClassConverter that determines if a type is assignable from the type of the value to convert.
ClassConverts a Type to a Visibility value.
ClassConverts a value to a masked text string.
Enumerations
 EnumerationDescription
EnumerationValue representing the sides of a Thickness structure.
See Also

Reference

Xceed.Wpf.DataGrid Assembly