ComponentOne DataGrid for WPF and Silverlight
DataGridUnitType Enumeration

C1.WPF.DataGrid Namespace : DataGridUnitType Enumeration
Describes the kind of value that DataGridLength object is holding.
Syntax
'Declaration
 
Public Enum DataGridUnitType 
   Inherits System.Enum
public enum DataGridUnitType : System.Enum 
Members
MemberDescription
AutoThe size is determined by the size properties of the content object.
AutoStarThe value is expressed as a weighted proportion of available space as the Star does, but its minimum value will be determined as an Auto length.
PixelThe value is expressed in pixels.
StarThe value is expressed as a weighted proportion of available space.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.DataGrid.DataGridUnitType

See Also

Reference

C1.WPF.DataGrid Namespace