menu

UWP

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

    Show / Hide Table of Contents

    Class TaskAttributes

    Represents the task attributes for grid columns.

    Inheritance
    System.Object
    TaskAttributes
    Namespace: Syncfusion.UI.Xaml.Gantt
    Assembly: Syncfusion.SfGantt.UWP.dll
    Syntax
    public sealed class TaskAttributes : Enum

    Fields

    Duration

    Duration of the task.

    Declaration
    public const TaskAttributes Duration
    Field Value
    Type
    TaskAttributes

    FinishDate

    Finish date of the task.

    Declaration
    public const TaskAttributes FinishDate
    Field Value
    Type
    TaskAttributes

    ID

    Id of the task.

    Declaration
    public const TaskAttributes ID
    Field Value
    Type
    TaskAttributes

    Name

    Task name.

    Declaration
    public const TaskAttributes Name
    Field Value
    Type
    TaskAttributes

    None

    None of the task field.

    Declaration
    public const TaskAttributes None
    Field Value
    Type
    TaskAttributes

    Predecessors

    Predecessors collection.

    Declaration
    public const TaskAttributes Predecessors
    Field Value
    Type
    TaskAttributes

    Progress

    Progress value.

    Declaration
    public const TaskAttributes Progress
    Field Value
    Type
    TaskAttributes

    Resources

    Resources collection.

    Declaration
    public const TaskAttributes Resources
    Field Value
    Type
    TaskAttributes

    StartDate

    Start date of the task.

    Declaration
    public const TaskAttributes StartDate
    Field Value
    Type
    TaskAttributes

    Extension Methods

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