Spread Windows Forms 12.0 Product Documentation
Visible Property (DefaultListColumnInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DefaultListColumnInfo Class : Visible Property
Gets or set a bool value that indicates whether ListColumnInfo is visible.
Syntax
'Declaration
 
Public Property Visible As Boolean
'Usage
 
Dim instance As DefaultListColumnInfo
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
public bool Visible {get; set;}

Property Value

A bool value, true if visible; otherwise, false.
The default is true.
See Also

Reference

DefaultListColumnInfo Class
DefaultListColumnInfo Members