alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved