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

ColumnDefinitions.Item[Int32] Property

Provides indexed access to columns within the table layout.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public virtual ColumnDefinition this[int index] { get; }

Parameters

Name Type Description
index Int32

A zero-based integer value that specifies the index of the required column.

Property Value

Type Description
ColumnDefinition

A column at the specified position within the collection.

Remarks

If the index parameter is negative or exceeds the last available index, an exception is raised.

See Also