ASPxHeadline.ImagePosition Property
Gets or sets the image position within the headline.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
[DefaultValue(HeadlineImagePosition.Left)]
public HeadlineImagePosition ImagePosition { get; set; }
Property Value
Type | Default | Description |
---|---|---|
HeadlineImagePosition | Left | An HeadlineImagePosition enumeration value which specifies the position of the image within the 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