Skip to main content

HintSettings.Offset Property

Gets the offset of a hint.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public int Offset { get; set; }

Property Value

Type Description
Int32

An integer value.

Remarks

The Offset is used to specify an offset of the hint from its target element. The offset direction depends on the HintSettings.Position property.

See Also