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.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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