DataGridFrozenGrid.

GetIsFrozen(Control) Method

Summary

Gets a value that indicates whether the grid is frozen.

Syntax

public static bool GetIsFrozen(Control element)

Parameters

Name Type Description
element Control The object to get the Avalonia.Controls.Primitives.DataGridFrozenGrid.IsFrozen value from.

Return Value

Type Description
bool true if the grid is frozen; otherwise, false. The default is true.