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

LayoutViewFieldCaptionImageEventArgs.ImageAlignment Property

Gets or sets the alignment of the image within the field’s caption.

Namespace: DevExpress.XtraGrid.Views.Layout.Events

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public ContentAlignment ImageAlignment { get; set; }

Property Value

Type Description
ContentAlignment

A ContentAlignment enumeration value that specifies the alignment of the image within the field’s caption.

See Also