Click or drag to resize

ExpansionContextT Properties

The ExpansionContextT generic type exposes the following members.

Properties
  NameDescription
Public propertyContextType
The type of value this context contains.
Public propertyCount
Gets the number of elements contained in the list.
Public propertyIsReadOnly
Indicates if the list can be modified, or is readonly.
Public propertyItem
Gets or sets the item at the specified index. Ignores null values.
Protected propertyList
Internal list.
Public propertyText
A string representation of the values contained.
Public propertyType
The type of item this list contains.
Top
See Also