Skip to main content

GridColumnWidth.GetHashCode() Method

In This Article

Gets a hash code (a number) that defines the current GridColumnWidth object.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public override int GetHashCode()

#Returns

Type Description
Int32

A hash code for the current object.

See Also