TableSectionStyle::Visible Property

 

Gets or sets a value indicating whether the table section is displayed.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property bool Visible {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the table section is displayed; otherwise, false. The default is true.

.NET Framework
Available since 2.0
Return to top
Show: