Skip to main content
A newer version of this page is available. .

RichEditControl.SetRichEdit(DependencyObject, RichEditControl) Method

Sets the value of the RichEditControl.RichEdit attached property for the specified object.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public static void SetRichEdit(
    DependencyObject element,
    RichEditControl value
)

Parameters

Name Type Description
element DependencyObject

A DependencyObject whose RichEditControl.RichEdit attached property should be set.

value RichEditControl

The new RichEditControl.RichEdit attached property value.

See Also