RichEditControl.GetRichEdit(DependencyObject) Method
In This Article
Gets 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 RichEditControl GetRichEdit(
DependencyObject element
)
#Parameters
Name | Type | Description |
---|---|---|
element | Dependency |
A Dependency |
#Returns
Type | Description |
---|---|
Rich |
The value of the Rich |
See Also