Gets custom attributes HashTable of C1ComboBoxItem. This Hashtable could be used to store additional info.

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

Syntax

C#
[DefaultValueAttribute(null)]
[JsonAttribute(true, true, null)]
[LayoutAttribute(LayoutType.Misc)]
[BrowsableAttribute(false)]
public Hashtable CustomAttributes { get; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
<JsonAttribute(True, True, Nothing)> _
<LayoutAttribute(LayoutType.Misc)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property CustomAttributes As Hashtable
	Get

See Also