ReadOnlyTreeListColumnCollection<T> Properties
Represents the TreeList’s read only column collection.
Name | Description |
---|---|
Count |
Gets the number of elements contained in the Read |
Item[Int32] |
Gets the element at the specified index.
Inherited from Read |
Item[String] | Returns the column with the specified name, field name or caption. |
Items protected |
Returns the IList |
ICollection |
Gets a value indicating whether the ICollection |
IList |
Gets the element at the specified index. An Not |
ICollection. |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Inherited from Read |
ICollection. |
Gets an object that can be used to synchronize access to the ICollection.
Inherited from Read |
IList. |
Gets a value indicating whether the IList has a fixed size.
Inherited from Read |
IList. |
Gets a value indicating whether the IList is read-only.
Inherited from Read |
IList. |
Gets the element at the specified index. A Not |
See Also