menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TagsStackPanel - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TagsStackPanel

    Inheritance
    System.Object
    TagsStackPanel
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.UWP.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.DependencyProperty

    Properties

    ContentTemplate

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

    Declaration
    public DataTemplate ContentTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.DataTemplate

    TagsCollection

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

    Declaration
    public IList<string> TagsCollection { get; set; }
    Property Value
    Type
    System.Collections.Generic.IList<System.String>

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved