WPF

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

    Show / Hide Table of Contents

    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.

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