Gets or sets the static key of the column.

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

Syntax

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

See Also