Skip to main content
A newer version of this page is available. .
Tab

HeadlineImagePosition Enum

Lists values that specify the image position within the headline.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum HeadlineImagePosition

Members

Name Description
Left

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

ImagePosition_Left

Right

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

ImagePosition_Right

Related API Members

The following properties accept/return HeadlineImagePosition values:

Remarks

The values listed by this enumeration are used to set the ASPxHeadline.ImagePosition property.

See Also