Summary
Sets a value that indicates whether the grid is frozen.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- DataGridFrozenGrid
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 |