Skip to main content

LayoutViewColumn.ImageAlignment Property

Gets or sets the alignment of an image within the field’s caption. This member is not supported. Use the LayoutViewField.ImageAlignment property instead.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override StringAlignment ImageAlignment { get; set; }

Property Value

Type Description
StringAlignment

A System.Drawing.StringAlignment enumeration member specifying the image alignment.

Remarks

This member is not supported. Use the LayoutViewField.ImageAlignment property (LayoutControlItem.ImageAlignment) instead.

See Also