aspnet-devexpress-dot-web-7f890902.md
Lists values that specify the position of the tail text.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum TailPosition
Public Enum TailPosition
| 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.
|
The following properties accept/return TailPosition values:
See Also