RegisteredExpandoAttribute.ControlId Property

Definition

Gets the identifier of the control that registered the custom (expando) attribute.

public:
 property System::String ^ ControlId { System::String ^ get(); };
public string ControlId { get; }
member this.ControlId : string
Public ReadOnly Property ControlId As String

Property Value

The identifier of the control that registered the custom attribute.

Applies to