Back to Devexpress

ASPxHeadline.Image Property

aspnet-devexpress-dot-web-dot-aspxheadline-47de76f3.md

latest1.3 KB
Original Source

ASPxHeadline.Image Property

Gets the settings of an image displayed within the headline.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ImageProperties Image { get; }
vb
Public ReadOnly Property Image As ImageProperties

Property Value

TypeDescription
ImageProperties

An ImageProperties object that contains image settings.

|

Remarks

Use the Image property to specify the image displayed within the headline.

The image position within the headline is specified by the ASPxHeadline.ImagePosition property.

See Also

Headline

ASPxHeadline Class

ASPxHeadline Members

DevExpress.Web Namespace