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

GridBand.ImageAlignment Property

Gets or sets the band header image alignment.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[Browsable(false)]
[DXCategory("Appearance")]
[DefaultValue(StringAlignment.Near)]
[XtraSerializableProperty]
public StringAlignment ImageAlignment { get; set; }

Property Value

Type Default Description
StringAlignment **Near**

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

Remarks

An image displayed within the band header can be aligned horizontally only. All available alignment options are listed in the table below.

Member Name

Description

Center

Centers the image within the band header.

GridBand_ImageAlignment_Center

Far

Places the image to the right.

GridBand_ImageAlignment_Far

Near

Places the image to the left.

GridBand_ImageAlignment_Near

Note: the band header’s caption text is not displayed when the ImageAlignment property is set to StringAlignment.Center.

See Also