Skip to main content

GetIsFrozen Method

Gets a value that indicates whether the grid is frozen.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)

public static bool GetIsFrozen(
Control element
)

Parameters

  Control
The object to get the IsFrozen value from.

Return Value

Boolean
true if the grid is frozen; otherwise, false. The default is true.

See Also

Reference

DataGridFrozenGrid Class
Avalonia.Controls.Primitives Namespace