DocumentSectionStart.SectionProperties Property
In This Article
Provides access to the document section properties.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public ReadOnlySectionsProperties SectionProperties { get; }
#Property Value
Type | Description |
---|---|
Read |
A Read |
#Remarks
Document section settings accessed through the SectionProperties property cannot be modified - they are read-only.
See Also