Back to Devexpress

Field.Parent Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-field-6b3e488f.md

latest1.1 KB
Original Source

Field.Parent Property

Gets the outer field for the nested field.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
Field Parent { get; }
vb
ReadOnly Property Parent As Field

Property Value

TypeDescription
Field

A Field object.

|

See Also

Field Interface

Field Members

DevExpress.XtraRichEdit.API.Native Namespace