menu

UWP

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

    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
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.UWP.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

    Extension Methods

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