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

BaseExtender.TargetControlID Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an ID of the target control instance associated with this extender.

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

Syntax

Visual Basic
Public Overridable Property TargetControlID As String
C#
public virtual string TargetControlID { get; set; }

Property Value

Type: System.String

The ID of the target control instance associated with this extender.

See Also

Reference