Class DescriptionMinWidthConverter
This converter used to define the Width for description TextBlock.
Inheritance
System.Object
DescriptionMinWidthConverter
Implements
System.Windows.Data.IValueConverter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.dll
Syntax
public class DescriptionMinWidthConverter : IValueConverter
Constructors
DescriptionMinWidthConverter()
Declaration
public DescriptionMinWidthConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Convert the value into minimum column width.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo cultureInfo)
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.Globalization.CultureInfo | cultureInfo | The culture to apply during conversion. |
Returns
| Type | Description |
|---|---|
| System.Object | Returns a minimum width of column. |
ConvertBack(Object, Type, Object, CultureInfo)
Converted back its original value.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo cultureInfo)
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.Globalization.CultureInfo | cultureInfo | The culture to apply during conversion. |
Returns
| Type | Description |
|---|---|
| System.Object | The converted value. |
Implements
System.Windows.Data.IValueConverter