Skip to main content

DataGridLength Properties

Properties

AutoGets a DataGridLength structure that represents the standard automatic sizing mode.
DesiredValueReturns the desired value of this instance.
DisplayValueReturns the display value of this instance.
IsAbsoluteReturns true if this DataGridLength instance holds an absolute (pixel) value.
IsAutoReturns true if this DataGridLength instance is automatic (not specified).
IsSizeToCellsReturns true if this instance is to size to the cells of a column or row.
IsSizeToHeaderReturns true if this instance is to size to the header of a column or row.
IsStarReturns true if this DataGridLength instance holds a weighted proportion of available space.
SizeToCellsGets a DataGridLength structure that represents the cell-based automatic sizing mode.
SizeToHeaderGets a DataGridLength structure that represents the header-based automatic sizing mode.
UnitTypeGets the DataGridLengthUnitType that represents the current sizing mode.
ValueGets the absolute value of the DataGridLength in pixels.

See Also

Reference

DataGridLength Structure
Avalonia.Controls Namespace