Class FloatTrimmingTemplate
Provides a way to choose a System.Windows.DataTemplate based on the data object and the data-bound element.
Inheritance
System.Object
FloatTrimmingTemplate
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class FloatTrimmingTemplate : DataTemplateSelector
Constructors
FloatTrimmingTemplate()
Declaration
public FloatTrimmingTemplate()
Methods
SelectTemplate(Object, DependencyObject)
Returns a System.Windows.DataTemplate based on custom logic that is used in Syncfusion.Windows.Tools.Controls.FloatWindowBorder header template for presenting DockingManager's child.
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | The data object for which to select the template. |
System.Windows.DependencyObject | container | The data-bound object. |
Returns
Type | Description |
---|---|
System.Windows.DataTemplate | return null. |