WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SwimlaneTag - WPF API Reference | Syncfusion Syncfusion.UI.Xaml.Kanban.SwimlaneTag.Swimlane header properties. ">

    Show / Hide Table of Contents

    Class SwimlaneTag

    Contains the Syncfusion.UI.Xaml.Kanban.SwimlaneTag.Swimlane header properties.

    Inheritance
    System.Object
    NotificationObject
    SwimlaneTag
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    NotificationObject.PropertyChanged
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved