Skip to main content
All docs
V26.1
  • DocumentCustomProperty.GetHashCode() Method

    Returns a number that identifies the object instance.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public override readonly int GetHashCode()

    Returns

    Type Description
    Int32

    An integer that identifies the DocumentCustomProperty instance.

    See Also