ReadOnlyDocumentCustomProperties.Item[String] Property
Gets the value of a custom property.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | The property name. |
Property Value
Type | Description |
---|---|
Object | The property value. |
See Also