Skip to main content

TabHeaderLength.GetHashCode() Method

In This Article

Gets or sets a hash code for the TabHeaderLength.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

#Declaration

C#
public override int GetHashCode()

#Returns

Type Description
Int32

The hash code for the current TabHeaderLength instance.

See Also