Skip to main content
All docs
V25.1
  • DocumentCustomProperty.Value Property

    Obtains a property value.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public object Value { get; }

    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