Back to Devexpress

ASPxHeadline.ImagePosition Property

aspnet-devexpress-dot-web-dot-aspxheadline-bb4fe716.md

latest1.7 KB
Original Source

ASPxHeadline.ImagePosition Property

Gets or sets the image position within the headline.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(HeadlineImagePosition.Left)]
public HeadlineImagePosition ImagePosition { get; set; }
vb
<DefaultValue(HeadlineImagePosition.Left)>
Public Property ImagePosition As HeadlineImagePosition

Property Value

TypeDefaultDescription
HeadlineImagePositionLeft

An HeadlineImagePosition enumeration value which specifies the position of the image within the headline.

|

Available values:

NameDescription
Left

The image is displayed within the headline’s left panel.

| | Right |

The image is displayed within the headline’s right panel.

|

Remarks

The image is specified by the ASPxHeadline.Image property.

See Also

Image

Headline

ASPxHeadline Class

ASPxHeadline Members

DevExpress.Web Namespace