Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

LayoutElementCollection<T>.Item[Int32] Property

Gets the object of the type designated by the specified generic type parameter and specified by its index.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public T this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer that is the index of the element in a corresponding collection of elements with the specified generic type parameter.

Property Value

Type Description
T

The layout element of the type designated by the specified generic type parameter.

See Also