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