Skip to main content
Tab

TailImagePosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

See Also