Back to Devexpress

RichEditControl.RedrawCore(RefreshAction, Boolean) Method

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-dot-redrawcore-x28-devexpress-dot-xtrarichedit-dot-internal-dot-refreshaction-system-dot-boolean-x29.md

latest1.3 KB
Original Source

RichEditControl.RedrawCore(RefreshAction, Boolean) Method

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

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public void RedrawCore(
    RefreshAction action,
    bool doRedraw
)
vb
Public Sub RedrawCore(
    action As RefreshAction,
    doRedraw As Boolean
)

Parameters

NameType
actionDevExpress.XtraRichEdit.Internal.RefreshAction
doRedrawBoolean

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace