Share via


BaseFieldControl.Visible property

Gets or sets a value indicating whether the field is visible or hidden.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

public override bool Visible { get; set; }

Property value

Type: System.Boolean
true to make the field visible; otherwise, false.

See also

Reference

BaseFieldControl class

BaseFieldControl members

Microsoft.SharePoint.WebControls namespace