BaseEdit.IsTextEditor(Control) Method
In This Article
Checks whether a control is a text editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static bool IsTextEditor(
Control control
)
#Parameters
Name | Type | Description |
---|---|---|
control | Control | The current control. |
#Returns
Type | Description |
---|---|
Boolean | true if the current control is a text editor; otherwise, false. |
See Also