[]
        
(Showing Draft Content)

C1.WPF.Report.ReportObjectList-1.Item

this Property

this[int]

Gets the element at the specified index.

Declaration
public override TItem this[int index] { get; }
Parameters
Type Name Description
int index

The zero-based index of the element to get.

Property Value
Type Description
TItem

The element at specified index.

Overrides