ASPxHeadline.ImagePosition Property
In This Article
Gets or sets the image position within the headline.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(HeadlineImagePosition.Left)]
public HeadlineImagePosition ImagePosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Headline |
Left | An Headline |
Available values:
Name | Description |
---|---|
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