This documentation is for the old version. Go to the latest Upload Suite docs

BaseControl.Visible Property

Gets or sets a value that indicates whether a server control is rendered as UI on the page.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property Visible As Boolean
C#
public override bool Visible { get; }

Property Value

true if the control is visible on the page; otherwise false.

See Also

Reference