Back to Devexpress

GridColumnReadOnlyCollection Properties

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-gridcolumnreadonlycollection-dot-underscore-properties.md

latest2.7 KB
Original Source

GridColumnReadOnlyCollection Properties

Represents a read-only column collection.

NameDescription
CountGets the number of elements contained in the ReadOnlyCollectionBase instance. Inherited from ReadOnlyCollectionBase.
InnerList protectedGets the list of elements contained in the ReadOnlyCollectionBase instance. Inherited from ReadOnlyCollectionBase.
Item[Int32]Provides indexed access to individual columns.
ICollection.IsSynchronizedGets a value indicating whether access to a ReadOnlyCollectionBase object is synchronized (thread safe). Inherited from ReadOnlyCollectionBase.
ICollection.SyncRootGets an object that can be used to synchronize access to a ReadOnlyCollectionBase object. Inherited from ReadOnlyCollectionBase.
ViewGets the View that owns the current column collection.

See Also

GridColumnReadOnlyCollection Class

GridColumnReadOnlyCollection Members

DevExpress.XtraGrid.Columns Namespace