Gets the index(es) of the collection element.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.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