Skip to main content

RichEditControl.CanRedo Property

Executes the specified delegate asynchronously on the thread on which the control's handle was created.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

[Browsable(false)]
public bool CanRedo { get; }

#Property Value

Type Description
Boolean

The delegate to a method placed in the Dispatcher event queue.

See Also