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. |