Skip to main content

SetIsFrozen Method

Sets 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 void SetIsFrozen(
Control element,
bool value
)

Parameters

  Control
The object to set the IsFrozen value on.
  Boolean
true if element is frozen; otherwise, false.

Exceptions

ArgumentNullExceptionelement is null.

See Also

Reference

DataGridFrozenGrid Class
Avalonia.Controls.Primitives Namespace