Skip to main content

ColumnDefinitions.Item[Int32] Property

Provides indexed access to columns within the table layout.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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