ComponentOne Xamarin.iOS
FrozenRows Property (GridPanel)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridPanel Class : FrozenRows Property
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

Reference

GridPanel Class
GridPanel Members