KaxComboBoxItemOwner Property |
Gets the
KaxComboBox instance which contains the current item.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxComboBox Owner { get; }
Public ReadOnly Property Owner As KaxComboBox
Get
public:
property KaxComboBox^ Owner {
KaxComboBox^ get ();
}
member Owner : KaxComboBox with get
Property Value
Type:
KaxComboBox
See Also