Class GridDataControlLength
Inheritance
System.Object
GridDataControlLength
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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
IsAuto
Declaration
public bool IsAuto { get; }
Property Value
Type |
---|
System.Boolean |
IsNone
Declaration
public bool IsNone { get; }
Property Value
Type |
---|
System.Boolean |
IsSizeToCells
Declaration
public bool IsSizeToCells { get; }
Property Value
Type |
---|
System.Boolean |
IsSizeToHeader
Declaration
public bool IsSizeToHeader { get; }
Property Value
Type |
---|
System.Boolean |
IsStar
Declaration
public bool IsStar { get; }
Property Value
Type |
---|
System.Boolean |
None
Declaration
public static GridDataControlLength None { get; }
Property Value
SizeToCells
Declaration
public static GridDataControlLength SizeToCells { get; }
Property Value
SizeToHeader
Declaration
public static GridDataControlLength SizeToHeader { get; }
Property Value
Star
Declaration
public static GridDataControlLength Star { get; }
Property Value
UnitType
Declaration
public GridControlLengthUnitType UnitType { get; set; }
Property Value
Value
Declaration
public double Value { get; set; }
Property Value
Type |
---|
System.Double |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
---|
System.String |
Overrides
System.Object.ToString()