Skip to main content
A newer version of this page is available. .

GalleryItem.ContentHash Property

Specifies the hash code (a number) of the current GalleryItem‘s content.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public int ContentHash { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the hash code for the current object.

Remarks

This method supports the .NET infrastructure. See the GetHashCode() topic in MSDN for more information.

See Also