Back to Devexpress

RichEditControl.Redraw(RefreshAction) Method

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-dot-redraw-x28-devexpress-dot-xtrarichedit-dot-internal-dot-refreshaction-x29.md

latest1.2 KB
Original Source

RichEditControl.Redraw(RefreshAction) Method

Forces the control to asynchronously redraw itself.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public void Redraw(
    RefreshAction action
)
vb
Public Sub Redraw(
    action As RefreshAction
)

Parameters

NameType
actionDevExpress.XtraRichEdit.Internal.RefreshAction

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace