Skip to main content

TileViewItemOptions.HorizontalContentAlignment Property

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[DefaultValue(HorzAlignment.Default)]
[XtraSerializableProperty]
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