BaseEdit.IsTextEditor(Control) Method
Checks whether a control is a text editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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