Class SwimlaneTag
Contains the Syncfusion.UI.Xaml.Kanban.SwimlaneTag.Swimlane header properties.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
System.Boolean |
ItemsCount
Gets the items count.
Declaration
public int ItemsCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Title
Gets or sets the Syncfusion.UI.Xaml.Kanban.SwimlaneTag.Swimlane header.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.ComponentModel.INotifyPropertyChanged