SpinEdit.IsTextEditable Property
In This Article
Gets or sets whether users are allowed to edit the text displayed in the edit box. This is a dependency property.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to allow users to edit the text displayed in the edit box; otherwise, false. |
See Also