Class DescriptionMinWidthConverter
This converter used to define the Width for description TextBlock.
Inheritance
System.Object
DescriptionMinWidthConverter
Implements
Windows.UI.Xaml.Data.IValueConverter
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.UWP.dll
Syntax
public class DescriptionMinWidthConverter : Object, IValueConverter
Constructors
DescriptionMinWidthConverter()
Declaration
public DescriptionMinWidthConverter()
Methods
Convert(Object, Type, Object, String)
Convert the value into minimum column width.
Declaration
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value | The binding value. |
| System.Type | targetType | The type expected by the binding target. |
| System.Object | parameter | The optional converter parameter. |
| System.String | language | The language context for the conversion. |
Returns
| Type | Description |
|---|---|
| System.Object | Returns a minimum width of column. |
ConvertBack(Object, Type, Object, String)
Converted back its original value.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string language)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value | The binding value. |
| System.Type | targetType | The type expected by the binding target. |
| System.Object | parameter | The optional converter parameter. |
| System.String | language | The language context for the conversion. |
Returns
| Type | Description |
|---|---|
| System.Object | The converted value. |
Implements
Windows.UI.Xaml.Data.IValueConverter