WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TagsStackPanel - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TagsStackPanel

    Arranges child elements into a single line that can be oriented horizontally.

    Inheritance
    System.Object
    TagsStackPanel
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.WPF.dll
    Syntax
    public class TagsStackPanel : StackPanel

    Constructors

    TagsStackPanel()

    Initializes a new instance of the TagsStackPanel class.

    Declaration
    public TagsStackPanel()

    Fields

    ContentTemplateProperty

    Using a DependencyProperty as the backing store for ContentTemplate. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ContentTemplateProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    TagsCollectionProperty

    Using a DependencyProperty as the backing store for WIPLimit. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty TagsCollectionProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    ContentTemplate

    Gets or sets DataTemplate which used to customize individual tag item.

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

    TagsCollection

    Gets or sets a value that indicates source of this panel.

    Declaration
    public IList<string> TagsCollection { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved