KaxComboBoxItemEventArgsItem Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxComboBoxItem Item { get; set; }
Public Property Item As KaxComboBoxItem
Get
Set
public:
property KaxComboBoxItem^ Item {
KaxComboBoxItem^ get ();
void set (KaxComboBoxItem^ value);
}
member Item : KaxComboBoxItem with get, set
Property Value
Type:
KaxComboBoxItem
See Also