Skip to main content

RichEditControl.FocusElement Property

Gets the element that currently has a focus.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v14.2.dll

#Declaration

public virtual Control FocusElement { get; }

#Property Value

Type Description
Control

A Control representing a focused element.

See Also