Table of Contents

Property IsEditable

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsEditable

Gets or a value that enables or disables editing of the text in text box area of the ComboBox.

[Browsable(false)]
public override bool IsEditable { get; set; }

Property Value

bool

true if the ComboBox can be edited; otherwise false. The default is false.