Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SubDocument.GetSubDocumentType() Method

Returns the subdocument type.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

SubDocumentType GetSubDocumentType()

Returns

Type Description
SubDocumentType

A SubDocumentType enumeration member.

Remarks

Use the GetSubDocumentType method to obtain whither the current subdocument is the main document body, header, footer, comment, text box, footnote or endnote.

See Also