Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / CheckComboBox Class / IsEditable Property


In This Topic
    IsEditable Property
    In This Topic
    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