Back to Devexpress

TailPosition Enum

aspnet-devexpress-dot-web-7f890902.md

latest1.5 KB
Original Source

TailPosition Enum

Lists values that specify the position of the tail text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum TailPosition
vb
Public Enum TailPosition

Members

NameDescription
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

Headline

DevExpress.Web Namespace