Class SwimlaneTag
Contains the Syncfusion.UI.Xaml.Kanban.SwimlaneTag.Swimlane header properties.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.dll
Syntax
public class SwimlaneTag : NotificationObject, INotifyPropertyChanged
Properties
IsExpanded
Gets or sets a value indicating whether the Syncfusion.UI.Xaml.Kanban.SwimlaneTag.Swimlane is expanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
Type |
---|
System.Boolean |
ItemsCount
Gets the items count.
Declaration
public int ItemsCount { get; }
Property Value
Type |
---|
System.Int32 |
Title
Gets or sets the Syncfusion.UI.Xaml.Kanban.SwimlaneTag.Swimlane header.
Declaration
public string Title { get; set; }
Property Value
Type |
---|
System.String |
Implements
System.ComponentModel.INotifyPropertyChanged