Xceed Toolkit Plus for WPF v4.6 Documentation
IsEditable Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > CheckComboBox Class : IsEditable Property
Gets or sets a value that enables or disables editing of the text in the Textbox of the CheckComboBox.
Syntax
'Declaration
 
Public Property IsEditable As Boolean
'Usage
 
Dim instance As CheckComboBox
Dim value As Boolean
 
instance.IsEditable = value
 
value = instance.IsEditable
public bool IsEditable {get; set;}

Property Value

true if editing of the text in the TextBox is enabled; false, otherwise. By default, false.
Remarks
Values entered must be seperated by the Delimiter. Values entered that are not in the list or that are duplicates will be removed. Selection will be active on LostFocus.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CheckComboBox Class
CheckComboBox Members