menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanColumn - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KanbanColumn

    This class represents a column in SfKanban.

    Inheritance
    System.Object
    KanbanColumn
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.Maui.Kanban
    Assembly: Syncfusion.Maui.Kanban.dll
    Syntax
    public class KanbanColumn : Element, INotifyPropertyChanged

    Constructors

    KanbanColumn()

    Initializes a new instance of the KanbanColumn.

    Declaration
    public KanbanColumn()

    Fields

    AllowDragProperty

    Identifies the AllowDrag dependency property.

    Declaration
    public static readonly BindableProperty AllowDragProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for AllowDrag dependency property.

    AllowDropProperty

    Identifies the AllowDrop dependency property.

    Declaration
    public static readonly BindableProperty AllowDropProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for AllowDrop dependency property.

    CategoriesProperty

    Identifies the Categories dependency property.

    Declaration
    public static readonly BindableProperty CategoriesProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for Categories dependency property.

    ErrorBarSettingsProperty

    Identifies the ErrorBarSettings dependency property.

    Declaration
    public static readonly BindableProperty ErrorBarSettingsProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for ErrorBarSettings dependency property.

    IsExpandedProperty

    Identifies the IsExpanded dependency property.

    Declaration
    public static readonly BindableProperty IsExpandedProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for IsExpanded dependency property.

    MaximumLimitProperty

    Identifies the MaximumLimit dependency property.

    Declaration
    public static readonly BindableProperty MaximumLimitProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for MaximumLimit dependency property.

    MinimumLimitProperty

    Identifies the MinimumLimit dependency property.

    Declaration
    public static readonly BindableProperty MinimumLimitProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for MinimumLimit dependency property.

    TitleProperty

    Identifies the Title dependency property.

    Declaration
    public static readonly BindableProperty TitleProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for Title dependency property.

    Properties

    AllowDrag

    Gets or sets a value indicating whether a card can be dragged from this KanbanColumn.

    Declaration
    public bool AllowDrag { get; set; }
    Property Value
    Type
    System.Boolean

    AllowDrop

    Gets or sets a value indicating whether a card can be dropped to this KanbanColumn.

    Declaration
    public bool AllowDrop { get; set; }
    Property Value
    Type
    System.Boolean

    Categories

    Declaration
    public List<object> Categories { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.Object>

    ErrorBarSettings

    Declaration
    public KanbanErrorBarSettings ErrorBarSettings { get; set; }
    Property Value
    Type
    KanbanErrorBarSettings

    IsExpanded

    Gets or sets a value indicating whether the KanbanColumn is in expanded state.

    Declaration
    public bool IsExpanded { get; set; }
    Property Value
    Type
    System.Boolean

    ItemsCount

    Gets the KanbanColumn's card count.

    Declaration
    public int ItemsCount { get; }
    Property Value
    Type Description
    System.Int32

    The KanbanColumn's card count.

    Kanban

    Declaration
    public SfKanban Kanban { get; }
    Property Value
    Type
    SfKanban

    MaximumLimit

    Gets or sets a value that denotes the maximum card limit constraint for the KanbanColumn.

    Declaration
    public int MaximumLimit { get; set; }
    Property Value
    Type Description
    System.Int32

    The maximum card limit value.

    Remarks

    If the card count is greater than MaximumLimit then MaxValidationFill will be applied to the error bar.

    MinimumLimit

    Gets or sets a value that denotes the minimum card limit constraint for the KanbanColumn.

    Declaration
    public int MinimumLimit { get; set; }
    Property Value
    Type Description
    System.Int32

    The minimum card limit value.

    Remarks

    If the card count is less than MinimumLimit then MinValidationFill will be applied to the error bar.

    Title

    Gets or sets the title content for the KanbanColumn.

    Declaration
    public string Title { get; set; }
    Property Value
    Type
    System.String

    Methods

    OnBindingContextChanged()

    Declaration
    protected override void OnBindingContextChanged()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved