Back to Devexpress

LayoutDefinitionCollection.Item[Int32] Property

corelibraries-devexpress-dot-xtracharts-dot-layoutdefinitioncollection-dot-item-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

LayoutDefinitionCollection.Item[Int32] Property

Returns a layout definition by its zero-based index.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public LayoutDefinition this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As LayoutDefinition

Parameters

NameTypeDescription
indexInt32

A zero-based index

|

Property Value

TypeDescription
LayoutDefinition

A layout definition.

|

Remarks

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

See Also

LayoutDefinitionCollection Class

LayoutDefinitionCollection Members

DevExpress.XtraCharts Namespace