DocumentCustomProperties.Add(String, String) Method
In This Article
Adds a new custom property with the specified name and value to the collection of custom properties for the document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string that specifies the name of a custom property. |
value | String | A string that specifies the value of a custom property. |
#Remarks
The property is created with the type set to “Text” as displayed in the Document Properties Dialog.
if the property already exists, an exception is thrown.
See Also