windowsforms-devexpress-dot-xtraeditors-dot-tileitem-e5df216a.md
Provides access to collections of rows, columns, and spans that specify a layout table where you can arrange tile elements.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public TileItemTableLayoutOptions OptionsTableLayout { get; }
Public ReadOnly Property OptionsTableLayout As TileItemTableLayoutOptions
| Type | Description |
|---|---|
| DevExpress.XtraEditors.TileItemTableLayoutOptions |
A DevExpress.XtraEditors.TileItemTableLayoutOptions object that specifies options that affect the table layout of tile elements.
|
The OptionsTableLayout property provides access to collections that specify a layout table where you can arrange tile elements:
Within each column or row definition, you can specify its length measured in unit stars or pixels.
Use the TileItemElement.ColumnIndex and TileItemElement.RowIndex properties to specify the cell in the table where the element should be placed.
See Also