WPF

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

    Show / Hide Table of Contents

    Class HeaderTrimmingTemplate

    Represents the template with the text trimming for the string header.

    Inheritance
    System.Object
    HeaderTrimmingTemplate
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class HeaderTrimmingTemplate : DataTemplateSelector

    Constructors

    HeaderTrimmingTemplate()

    Declaration
    public HeaderTrimmingTemplate()

    Methods

    SelectTemplate(Object, DependencyObject)

    Replaces the simple string-content with the data template with trimming support.

    Declaration
    public override DataTemplate SelectTemplate(object item, DependencyObject container)
    Parameters
    Type Name Description
    System.Object item

    The System.String object.

    System.Windows.DependencyObject container

    Do not used.

    Returns
    Type Description
    System.Windows.DataTemplate

    The System.Windows.DataTemplate object with trimming support.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved