A newer version of this page is available.
Switch to the current version.
TailPosition Enum
Lists values that specify the position of the tail text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
Members
Name | Description |
---|---|
Inline | The tail text is displayed next to the last word of the headline's text. If the tail text extends past the end of a line, it is automatically wrapped to the beginning of the next line. |
NewLine | The tail text is displayed on a new line below the headline's text. |
KeepWithLastWord | The tail text is always displayed with the last word of the headline's text. |
Related API Members
The following properties accept/return TailPosition values:
Remarks
The values listed by this enumeration are used to set the ASPxHeadline.TailPosition and HeadlineSettings.TailPosition property values.
See Also
Feedback