Skip to main content

GroupingLevelInfo.GetHashCode() Method

Gets the hash code (a number) that corresponds to the value of the current GroupingLevelInfo object.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v14.2.dll

Declaration

public override int GetHashCode()
Public Overrides Function GetHashCode As Integer

Returns

Type Description
Int32

An integer value representing the hash code for the current object.

See Also