Class DataGridFrozenGrid
Represents a non-scrollable grid that contains DataGrid row headers.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls.Primitives
Assembly: OpenSilver.Controls.Data.dll
Syntax
public class DataGridFrozenGrid : Grid
Fields
| Improve this Doc View SourceIsFrozenProperty
A dependency property that indicates whether the grid is frozen.
Declaration
public static readonly DependencyProperty IsFrozenProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Methods
| Improve this Doc View SourceGetIsFrozen(DependencyObject)
Gets a value that indicates whether the grid is frozen.
Declaration
public static bool GetIsFrozen(DependencyObject element)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | element | The object to get the System.Windows.Controls.Primitives.DataGridFrozenGrid.IsFrozen value from. |
Returns
Type | Description |
---|---|
System.Boolean | true if the grid is frozen; otherwise, false. The default is true. |
SetIsFrozen(DependencyObject, Boolean)
Sets a value that indicates whether the grid is frozen.
Declaration
public static void SetIsFrozen(DependencyObject element, bool value)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | element | The object to set the System.Windows.Controls.Primitives.DataGridFrozenGrid.IsFrozen value on. |
System.Boolean | value | true if |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|