Back to Devexpress

TextEdit.IsInnerEditorReadOnly() Method

windowsforms-devexpress-dot-xtraeditors-dot-textedit-7557f244.md

latest1.1 KB
Original Source

TextEdit.IsInnerEditorReadOnly() Method

For internal use.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsInnerEditorReadOnly()
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function IsInnerEditorReadOnly As Boolean

Returns

TypeDescription
Boolean

A Boolean value.

|

See Also

TextEdit Class

TextEdit Members

DevExpress.XtraEditors Namespace