Specifies this property is an element reference and should be converted during serialization. The default (e.g. cases without this attribute) will generate the element's ID

Namespace:  AjaxControlToolkit
Assembly:  AjaxControlToolkit (in AjaxControlToolkit.dll) Version: 1.0.10920.38393 (1.0.10920.0)

Syntax

C#
public sealed class ElementReferenceAttribute : Attribute
Visual Basic (Declaration)
Public NotInheritable Class ElementReferenceAttribute _
	Inherits Attribute
Visual C++
public ref class ElementReferenceAttribute sealed : public Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    AjaxControlToolkit..::.ElementReferenceAttribute

See Also