Click or drag to resize

ExpansionContextTItem Property

Gets or sets the item at the specified index. Ignores null values.

Namespace:  MFiles.VAF.Placeholders
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public T this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: T
The item at the specified index within this expansion context.

Implements

IListTItemInt32
See Also