Skip to main content

GridColumnWidth.GetHashCode() Method

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

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

Remarks

This member supports the .NET infrastructure. Refer to the Object.GetHashCode Method MSDN topic for more information on hash codes.

See Also