Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that indicates whether the column is initially visible.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsVisible As Boolean
Get
Set
'Usage
Dim instance As GridColumn
Dim value As Boolean
value = instance.IsVisible
instance.IsVisible = value
public bool IsVisible { get; set; }
Property Value
Type: System.Boolean
true if the column will be displayed when the grid is shown, otherwise false.
Remarks
If this property is false, the column will not be displayed when the grid is shown, but in the Configure Columns dialog box the user can choose to make it display.