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.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
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. |
Implements
DevExpress.Office.ISimpleCollection<T>.Item[Int32]
See Also