DataGridLengthAuto Property

Gets a DataGridLength structure that represents the standard automatic sizing mode.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public static DataGridLength Auto { get; }

Return Value

DataGridLength
A DataGridLength structure that represents the standard automatic sizing mode.

See Also