ComponentOne Xamarin.iOS
FrozenColumns Property (GridBase)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : FrozenColumns Property
Gets or sets the number of frozen columns.
Syntax
'Declaration
 
<Foundation.ExportAttribute("FrozenColumns")>
<BrowsableAttribute(True)>
Public Property FrozenColumns As Integer
'Usage
 
Dim instance As GridBase
Dim value As Integer
 
instance.FrozenColumns = value
 
value = instance.FrozenColumns
[Foundation.Export("FrozenColumns")]
[Browsable(true)]
public int FrozenColumns {get; set;}
Remarks
Frozen columns do not scroll, but the cells they contain may be selected and edited.
See Also

Reference

GridBase Class
GridBase Members