Back to Devexpress

RichEditControl.GetRichEdit(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-dot-getrichedit-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.7 KB
Original Source

RichEditControl.GetRichEdit(DependencyObject) Method

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

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public static RichEditControl GetRichEdit(
    DependencyObject element
)
vb
Public Shared Function GetRichEdit(
    element As DependencyObject
) As RichEditControl

Parameters

NameTypeDescription
elementDependencyObject

A DependencyObject object whose RichEditControl.RichEdit property value should be returned.

|

Returns

TypeDescription
RichEditControl

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

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace