DataGridLengthValue Property

Gets the absolute value of the DataGridLength in pixels.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public double Value { get; }

Return Value

Double
The absolute value of the DataGridLength in pixels.

See Also