DeviceSpecific.Visible Property

Definition

Gets or sets a value indicating whether the specified control is rendered. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public override bool Visible { get; set; }

Property Value

true if the specified control is rendered; otherwise, false. The default is true.

Attributes

Applies to

See also