System.Web.UI.HierarchicalDataSourceControl.Visible Property

Gets or sets a value indicating whether the control is visually displayed.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.Browsable(false)]
public override bool Visible { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Because the System.Web.UI.HierarchicalDataSourceControl class has no visual rendering, HierarchicalDataSourceControl.Visible always returns false.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0