UserGroupContext Properties

Properties

ContextType The type of value this context contains.
(Overrides ValueListItemContextContextType)
Count Gets the number of elements contained in the list.
(Inherited from ExpansionContextT)
DataType The datatype of the values in this context.
(Inherited from ValueListItemContext)
IsReadOnly Indicates if the list can be modified, or is readonly.
(Inherited from ExpansionContextT)
Item Gets or sets the item at the specified index. Ignores null values.
(Inherited from ExpansionContextT)
List Internal list.
(Inherited from ExpansionContextT)
Text A string representation of the values contained.
(Inherited from TypedValueContext)
Type The type of item this list contains.
(Inherited from ExpansionContextT)
ValueList The built in value list this context extends the items of.
(Overrides ExtendedValueListItemContextValueList)

See Also