GetIsFrozen Method
Gets 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 bool GetIsFrozen(
Control element
)
Public Shared Function GetIsFrozen (
element As Control
) As Boolean
static member GetIsFrozen :
element : Control -> bool
Parameters
- Control
- The object to get the IsFrozen value from.
Return Value
Boolean
true if the grid is frozen; otherwise, false. The default is true.
See Also
Reference
DataGridFrozenGrid Class
Avalonia.Controls.Primitives Namespace