'DeclarationPublic Enum DataGridUnitType Inherits System.Enum
public enum DataGridUnitType : System.Enum
'DeclarationPublic Enum DataGridUnitType Inherits System.Enum
public enum DataGridUnitType : System.Enum
| Member | Description |
|---|---|
| Auto | The size is determined by the size properties of the content object. |
| AutoStar | The 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. |
| Pixel | The value is expressed in pixels. |
| Star | The value is expressed as a weighted proportion of available space. |
System.Object
System.ValueType
System.Enum
C1.WPF.DataGrid.DataGridUnitType