Xceed DataGrid for Silverlight Documentation
Visible Property


Gets or sets a value indicating whether the column is visible.
Syntax
'Declaration
 
Public Property Visible As Boolean
'Usage
 
Dim instance As Column
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
public bool Visible {get; set;}

Property Value

true if the column is visible; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

Column Class
Column Members

Send Feedback