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

TileViewItemOptions.HorizontalContentAlignment Property

Gets or sets the horizontal alignment mode for this TileView‘s content.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(HorzAlignment.Default)]
public HorzAlignment HorizontalContentAlignment { get; set; }

Property Value

Type Default Description
HorzAlignment **Default**

A HorzAlignment enumerator value that specifies the horizontal alignment mode for this TileView‘s content.

Available values:

Name Description
Default

Places an object or text at the default position, which is determined by a control.

Near

Places an object/text at a near position.

Center

Centers an object or text within a region.

Far

Places an object/text at a far position.

Property Paths

You can access this nested property as listed below:

Object Type Path to HorizontalContentAlignment
TileView
.OptionsTiles.HorizontalContentAlignment
See Also