KaxComboBoxClearSelection Method |
Clears out the list selection and sets the Selected property
of all items to false.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual void ClearSelection()
Public Overridable Sub ClearSelection
public:
virtual void ClearSelection()
abstract ClearSelection : unit -> unit
override ClearSelection : unit -> unit
RemarksUse this method to reset the control so that no items are selected.
ExamplesKaxComboBox1.ClearSelection()
KaxComboBox1.ClearSelection();
See Also