Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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