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 |
---|
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 |
---|
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 |
---|
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 |
---|
System.Collections.Generic.IList<System.String> |