Skip to main content
A newer version of this page is available. .
Tab

ASPxHint.Offset Property

Gets the offset of a hint.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(4)]
public int Offset { get; set; }

Property Value

Type Default Description
Int32 4

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 ASPxHint.Position property.

See Also