AutoPostBack Event Reference. Empty string if AutoPostBack property is false.

Namespace:  C1.Web.UI.Controls.C1Expander
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
public string AutoPostBackEventReference { get; }
Visual Basic
<BrowsableAttribute(False)> _
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
Public ReadOnly Property AutoPostBackEventReference As String
	Get

See Also