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

TailImagePosition Enum

Lists values that specify the location of the tail image referenced to the tail text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum TailImagePosition

Members

Name Description
BeforeTailText

The image is displayed before the tail text.

TailImagePosition_before

AfterTailText

The image is displayed next to the tail text.

TailImagePosition_after

Related API Members

The following properties accept/return TailImagePosition values:

Remarks

The values listed by this enumeration are used to set the ASPxHeadline.TailImagePosition and HeadlineSettings.TailImagePosition property values.

See Also