The following tables list the members exposed by ColumnBaseCollection.
Name | Description | |
---|---|---|
ColumnBaseCollection Constructor | Initializes a new instance of the ColumnBaseCollection class. |
Name | Description | |
---|---|---|
AllColumns | Gets a recursive collection of all ColumnBase objects in particular ColumnLayout | |
AllVisibleChildColumns | Gets a collection of all visible Column objects that have no children a in particular ColumnLayout | |
AllVisibleColumns | Gets a collection of all visible Column objects in particular ColumnLayout | |
ColumnLayout | Gets the ColumnLayout object that owns the ColumnBaseCollection. | |
ColumnLayouts | Gets the ReadOnlyCollection of ColumnLayouts that it owns. | |
Count | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
DataColumns | Gets a list of columns that are of type Column. | |
ExpansionIndicatorColumn | Gets the Column that represents the ExpansionIndicator area of a specific ColumnLayout. | |
FillerColumn | Gets the column that is used to fill up empty space in a row. | |
FixedAdornerColumns | A collection of ColumnBase objects that should be displayed first and fixed in the XamGrid Note: these columns generally make up such columns that don't represent fields in the underlying data source such as the RowSelectorColumn and ExpansionIndicatorColumn. | |
FixedBorderColumnLeft | Gets the column that seperates the pinned an unpinned columns. | |
FixedBorderColumnRight | Gets the column that seperates the pinned an unpinned columns. | |
FixedColumnsLeft | Gets a collection of Column objects that are pinned to the left side of a particular ColumnLayout | |
FixedColumnsRight | Gets a collection of Column objects that are pinned to the right side of a particular ColumnLayout | |
GroupByColumns | Gets a collection of Column objects that determine how a data should be grouped for a particular ColumnLayout | |
IsReadOnly | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
Item | Gets the ColumnBase that has the specified key. | |
RowSelectorColumn | Gets the Column that represents the RowSelector area of a specific ColumnLayout. | |
SelectedColumns | Gets a collection of Column that are currently selected in the XamGrid. | |
SortedColumns | Gets a collection of Column objects that are sorted in a particular ColumnLayout |
Name | Description | |
---|---|---|
Items | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
PriorityProperties | Gets a List of properties that should be applied, before even trying to look at any other property on the object. | |
PropertiesToIgnore | Gets a List of properties that shouldn't be saved when the PersistenceManager goes to save them. | |
StarColumns | Gets a readonly list of Column objects that have a width that are Star. | |
VisibleColumns | Gets a readonly list of Column objects that are not hidden and are not ColumnLayout objects. |
Name | Description | |
---|---|---|
Add | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
AddRange | Adds an IEnumerable of ColumnBase to the collection. | |
Clear | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
Contains | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
CopyTo | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
Dispose | Overloaded. (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
GetEnumerator | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
IndexOf | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
Insert | Overridden. Inserts the specified ColumnBase as the specified index. | |
Remove | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
RemoveAt | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) |
Name | Description | |
---|---|---|
AddItem | Overridden. Inserts the ColumnBase at the specified index. | |
AddItemSilently | Overridden. Adds the item at the specified index, without triggering any events. | |
CanRehydrate | Looks through the keys, and determines that all the keys are in the collection, and that the same about of objects are in the collection. If this isn't the case, false is returned, and the Control Persistence Framework, will not try to reuse the object that are already in the collection. | |
FinishedLoadingPersistence | Allows an object to perform an operation, after it's been loaded. | |
GetCount | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
GetItem | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
GetLookupKeys | Gets a list of keys that each object in the collection has. | |
InsertItem | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
InvalidateColumnsCollections | Determines which columns are Fixed, Visible or Hidden. | |
OnItemAdded | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
OnItemRemoved | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
OnNotifyCollectionChanged | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
OnPropertyChanged | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
OnResetItems | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
RegisterFixedAdornerColumn | Registers the specified ColumnBase as a fixed column. | |
RemoveItem | Overridden. Removes the ColumnBase a the specified index. | |
RemoveItemSilently | Overridden. Removes the item at the specified index, without triggering any events. | |
ReplaceItem | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
ResetItems | Overridden. Removes all ColumnBase objects from the ColumnBaseCollection. | |
ResetItemsSilently | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) | |
UnregisterFixedAdornerColumn | Unregisters the specified ColumnBase as a fixed column. |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from Infragistics.Collections.CollectionBase<ColumnBase>) |