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.v25.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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