ASPxHint.Offset Property
In This Article
Gets the offset of a hint.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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