Skip to main content
All docs
V25.1
  • ReadOnlyDocumentCustomProperties.Item[String] Property

    Gets the value of a custom property.

    Namespace: DevExpress.XtraRichEdit.API.Native

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    object this[string name] { get; }

    Parameters

    Name Type Description
    name String

    The property name.

    Property Value

    Type Description
    Object

    The property value.

    See Also