'Declaration <Foundation.ExportAttribute("FrozenRows")> <BrowsableAttribute(True)> Public Property FrozenRows As Integer
'Declaration
<Foundation.ExportAttribute("FrozenRows")> <BrowsableAttribute(True)> Public Property FrozenRows As Integer
'Usage Dim instance As GridBase Dim value As Integer instance.FrozenRows = value value = instance.FrozenRows
'Usage
Dim instance As GridBase Dim value As Integer instance.FrozenRows = value value = instance.FrozenRows
[Foundation.Export("FrozenRows")] [Browsable(true)] public int FrozenRows {get; set;}
GridBase Class GridBase Members