WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttScheduleRowInfo

    Show / Hide Table of Contents

    Class GanttScheduleRowInfo

    Represents a class that will used to provide infromation about a Schedule row.

    Inheritance
    System.Object
    GanttScheduleRowInfo
    Implements
    System.ICloneable
    Inherited Members
    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.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class GanttScheduleRowInfo : ICloneable

    Constructors

    GanttScheduleRowInfo()

    Initializes a new instance of the GanttScheduleRowInfo class.

    Declaration
    public GanttScheduleRowInfo()

    Properties

    CellsPerUnit

    Sets the cells per unit.

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

    The cells per unit.

    CellTextFormat

    Gets or sets the cell text format.

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

    The cell text format.

    HorizontalAlignment

    Gets or sets the horizontal alignment.

    Declaration
    public HorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.HorizontalAlignment

    The horizontal alignment.

    PixelsPerUnit

    Sets the pixels per unit.

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

    The pixels per unit.

    TimeUnit

    Gets or sets the timeunit.

    Declaration
    public TimeUnit TimeUnit { get; set; }
    Property Value
    Type Description
    TimeUnit

    The timeunit.

    VerticalAlignment

    Gets or sets the vertical alignment.

    Declaration
    public VerticalAlignment VerticalAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.VerticalAlignment

    The vertical alignment.

    Methods

    Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    A new object that is a copy of this instance.

    Implements

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