Key for C1ComboItem declared on aspx page.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[JsonAttribute(true, true, null)]
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public string StaticKey { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, Nothing)> _
<BrowsableAttribute(False)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Property StaticKey As String
	Get
	Set

See Also