Gets the index(es) of the collection element.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public override IList<Object> IndexedPropertyArguments { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property IndexedPropertyArguments As IList(Of Object)

See Also