Class GridDataControlLength
Inheritance
System.Object
GridDataControlLength
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataControlLength : Object
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
Properties
Auto
Declaration
public static GridDataControlLength Auto { get; }
Property Value
IsAuto
Declaration
public bool IsAuto { get; }
Property Value
IsNone
Declaration
public bool IsNone { get; }
Property Value
IsSizeToCells
Declaration
public bool IsSizeToCells { get; }
Property Value
Declaration
public bool IsSizeToHeader { get; }
Property Value
IsStar
Declaration
public bool IsStar { get; }
Property Value
None
Declaration
public static GridDataControlLength None { get; }
Property Value
SizeToCells
Declaration
public static GridDataControlLength SizeToCells { get; }
Property Value
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
Methods
ToString()
Declaration
public override string ToString()
Returns