WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataControlLength - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataControlLength

    Inheritance
    System.Object
    GridDataControlLength
    Inherited Members
    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.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataControlLength

    Constructors

    GridDataControlLength()

    Declaration
    public GridDataControlLength()

    GridDataControlLength(Double)

    Declaration
    public GridDataControlLength(double value)
    Parameters
    Type Name Description
    System.Double value

    GridDataControlLength(Double, GridControlLengthUnitType)

    Declaration
    public GridDataControlLength(double value, GridControlLengthUnitType type)
    Parameters
    Type Name Description
    System.Double value
    GridControlLengthUnitType type

    Properties

    Auto

    Declaration
    public static GridDataControlLength Auto { get; }
    Property Value
    Type Description
    GridDataControlLength

    IsAuto

    Declaration
    public bool IsAuto { get; }
    Property Value
    Type Description
    System.Boolean

    IsNone

    Declaration
    public bool IsNone { get; }
    Property Value
    Type Description
    System.Boolean

    IsSizeToCells

    Declaration
    public bool IsSizeToCells { get; }
    Property Value
    Type Description
    System.Boolean

    IsSizeToHeader

    Declaration
    public bool IsSizeToHeader { get; }
    Property Value
    Type Description
    System.Boolean

    IsStar

    Declaration
    public bool IsStar { get; }
    Property Value
    Type Description
    System.Boolean

    None

    Declaration
    public static GridDataControlLength None { get; }
    Property Value
    Type Description
    GridDataControlLength

    SizeToCells

    Declaration
    public static GridDataControlLength SizeToCells { get; }
    Property Value
    Type Description
    GridDataControlLength

    SizeToHeader

    Declaration
    public static GridDataControlLength SizeToHeader { get; }
    Property Value
    Type Description
    GridDataControlLength

    Star

    Declaration
    public static GridDataControlLength Star { get; }
    Property Value
    Type Description
    GridDataControlLength

    UnitType

    Declaration
    public GridControlLengthUnitType UnitType { get; set; }
    Property Value
    Type Description
    GridControlLengthUnitType

    Value

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

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved