Back to Devexpress

ReadOnlyTextProperties Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-85677a98.md

latest1.5 KB
Original Source

ReadOnlyTextProperties Interface

An interface implementing the text properties accessed by the DocumentIterator.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public interface ReadOnlyTextProperties :
    ReadOnlyTextPropertiesBase
vb
Public Interface ReadOnlyTextProperties
    Inherits ReadOnlyTextPropertiesBase

The following members return ReadOnlyTextProperties objects:

Remarks

All the properties implemented by the ReadOnlyTextProperties interface cannot be modified - they are read-only.

See Also

ReadOnlyTextProperties Members

DevExpress.XtraRichEdit.API.Native Namespace