SizeToCells Property
Gets a DataGridLength structure that represents the cell-based automatic sizing mode.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public static DataGridLength SizeToCells { get; }
Public Shared ReadOnly Property SizeToCells As DataGridLength
Get
static member SizeToCells : DataGridLength with get
Return Value
DataGridLength
A DataGridLength structure that represents the cell-based automatic sizing mode.