HeadlineSettings.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 image’s position 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. |
See Also