Click or drag to resize
DataGridLength Properties

The DataGridLength type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAuto
Gets a System.Windows.Controls.DataGridLength structure that represents the standard automatic sizing mode.
Public propertyIsAbsolute
Gets a value that indicates whether this instance sizes elements based on a fixed pixel value.
Public propertyIsAuto
Gets a value that indicates whether this instance automatically sizes elements based on both the content of cells and the column headers.
Public propertyIsStar
Gets a value that indicates whether this instance automatically sizes elements based on a weighted proportion of available space.
Public propertyUnitType
Gets the type that is used to determine how the size of the element is calculated.
Public propertyValue
Gets the absolute value of the System.Windows.Controls.DataGridLength in pixels, or 1.0 if the System.Windows.Controls.DataGridLength.UnitType property is set to System.Windows.Controls.DataGridLengthUnitType.Auto.
Top
See Also