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