DataGridFrozenGrid.

SetIsFrozen(Control, bool) Method

Summary

Sets a value that indicates whether the grid is frozen.

Syntax

public static void SetIsFrozen(Control element, bool value)

Parameters

Name Type Description
element Control The object to set the Avalonia.Controls.Primitives.DataGridFrozenGrid.IsFrozen value on.
value bool true if element is frozen; otherwise, false.

Return Value

Type Description
void