DataSourceControl.Visible Property

Definition

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

public:
 virtual property bool Visible { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool Visible { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Visible : bool with get, set
Public Overrides Property Visible As Boolean

Property Value

Always false.

Attributes

Exceptions

An attempt was made to set the value of the Visible property.

Remarks

Because the DataSourceControl control has no visual rendering, the Visible property always returns false.

Applies to