RichEditControl.SetRichEdit(DependencyObject, RichEditControl) Method
In This Article
Sets the value of the RichEditControl.RichEdit attached property for the specified object.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.2.dll
NuGet Package: DevExpress.Wpf.RichEdit
#Declaration
public static void SetRichEdit(
DependencyObject element,
RichEditControl value
)
#Parameters
Name | Type | Description |
---|---|---|
element | Dependency |
A Dependency |
value | Rich |
The new Rich |
See Also