Skip to main content
Tab

TailPosition Enum

Lists values that specify the position of the tail text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public enum TailPosition

#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.

TailPosition_Inline

NewLine

The tail text is displayed on a new line below the headline’s text.

TailPosition_NewLine

KeepWithLastWord

The tail text is always displayed with the last word of the headline’s text.

TailPosition_KeepLW

#Related API Members

The following properties accept/return TailPosition values:

See Also