Skip to main content

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.v23.2.dll

NuGet Package: 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