DocumentCustomProperty.Value Property
Obtains a property value.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.1.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Property Value
Type | Description |
---|---|
Object | The property value. |
Remarks
The Value
property obtains the property value as an Object instance. Use the DocumentCustomProperty.Type property to determine the property type and call the corresponding To...Value
method to get the property value as the correct type.
See Also