Back to Devexpress

LayoutViewColumn.ImageAlignment Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-layoutviewcolumn-3988fd30.md

latest1.6 KB
Original Source

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

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override StringAlignment ImageAlignment { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property ImageAlignment As StringAlignment

Property Value

TypeDescription
StringAlignment

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

|

Remarks

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

See Also

LayoutViewColumn Class

LayoutViewColumn Members

DevExpress.XtraGrid.Columns Namespace