alexa
menu

UWP

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

    Show / Hide Table of Contents

    Class CollapsedHeader

    This converter used to convert header if column is in collapsed state.

    Inheritance
    System.Object
    CollapsedHeader
    Implements
    Windows.UI.Xaml.Data.IValueConverter
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.UWP.dll
    Syntax
    public class CollapsedHeader : Object, IValueConverter

    Constructors

    CollapsedHeader()

    Declaration
    public CollapsedHeader()

    Methods

    Convert(Object, Type, Object, String)

    Convert value into header.

    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 the header string value.

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved