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)
- C#
- VB
- F#
public static void SetIsFrozen(
Control element,
bool value
)
Public Shared Sub SetIsFrozen (
element As Control,
value As Boolean
)
static member SetIsFrozen :
element : Control *
value : bool -> unit
Parameters
Exceptions
ArgumentNullException | element is null. |
See Also
Reference
DataGridFrozenGrid Class
Avalonia.Controls.Primitives Namespace