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

TileItem.OptionsTableLayout Property

Provides access to options that affect the table layout of tile elements.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public TileItemTableLayoutOptions OptionsTableLayout { get; }

Property Value

Type Description
DevExpress.XtraEditors.TileItemTableLayoutOptions

A DevExpress.XtraEditors.TileItemTableLayoutOptions object that specifies options that affect the table layout of tile elements.

Remarks

The OptionsTableLayout property provides access to the following collections that allow you to specify the table layout of tile elements:

  • Columns—the collection of column definitions;
  • Rows—the collection of row definitions;
  • Spans—the collection of span definitions that allow you to merge several neighboring table cells into one cell.

Within each column or row definition, you can specify its length measured in unit stars or pixels.

See Also