WPF

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

    Show / Hide Table of Contents

    Class TemplateSelector

    Represents the class for template selector for data object.

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

    Constructors

    TemplateSelector()

    Declaration
    public TemplateSelector()

    Properties

    GroupbarItemTemplate

    Declaration
    public DataTemplate GroupbarItemTemplate { get; set; }
    Property Value
    Type Description
    System.Windows.DataTemplate

    ObjectTemplate

    Declaration
    public DataTemplate ObjectTemplate { get; set; }
    Property Value
    Type Description
    System.Windows.DataTemplate

    Methods

    SelectTemplate(Object, DependencyObject)

    Declaration
    public override DataTemplate SelectTemplate(object item, DependencyObject container)
    Parameters
    Type Name Description
    System.Object item
    System.Windows.DependencyObject container
    Returns
    Type Description
    System.Windows.DataTemplate
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved