Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanErrorBarSettings - Xamarin.iOS API Reference | Syncfusion KanbanColumn's header. ">

    Show / Hide Table of Contents

    Class KanbanErrorBarSettings

    This class is used to customize the appearance of error bar that appears in the KanbanColumn's header.

    Inheritance
    System.Object
    KanbanErrorBarSettings
    Namespace: Syncfusion.SfKanban.iOS
    Assembly: Syncfusion.SfKanban.iOS.dll
    Syntax
    public class KanbanErrorBarSettings : Object
    Remarks

    Error bar is a line that appears at the bottom of the header. The color of the error bar indicates whether the column reached the maximum/minimum allowed limit of cards.

    Constructors

    KanbanErrorBarSettings()

    Declaration
    public KanbanErrorBarSettings()

    Properties

    Color

    Gets or sets default color for the error bar.

    Declaration
    public UIColor Color { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color.

    Height

    Gets or sets the height of the error bar

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    MaxValidationColor

    Gets or sets the Color value of the error bar for the MaximumLimit validation.

    Declaration
    public UIColor MaxValidationColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor
    Remarks

    MaxValidationColor will be applied to the error bar when KanbanColumn's card count is greater than the MaximumLimit value.

    MinValidationColor

    Gets or sets the Color value of the error bar for MinimumLimit validation.

    Declaration
    public UIColor MinValidationColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor
    Remarks

    MinValidationColor will be applied to the error bar when KanbanColumn's card count is less than the MinimumLimit value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved