FrozenRows Property (GridPanel)
In This Topic
Gets the number of frozen rows in this panel.
Syntax
'Declaration
Public ReadOnly Property FrozenRows As Integer
'Usage
Dim instance As GridPanel
Dim value As Integer
value = instance.FrozenRows
public int FrozenRows {get;}
See Also