C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumnCollection Class
Properties Methods Events


GridColumnCollection Class Members

The following tables list the members exposed by GridColumnCollection.

Public Properties
 NameDescription
Public Property (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Public PropertyGets or sets the default size for the items in the collection. (Inherited from C1.WPF.Grid.GridRowColCollection<GridColumn>)
Public PropertyGets whether the collection is disposed. (Inherited from C1.WPF.Grid.GridRowColCollection<GridColumn>)
Public Property (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Public Property (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Public Property (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Public PropertyOverloaded. Gets a GridColumn by its name.  
Public PropertyGets or sets the maximum size for the items in the collection. (Inherited from C1.WPF.Grid.GridRowColCollection<GridColumn>)
Public PropertyGets or sets the minimum size for the items in the collection. (Inherited from C1.WPF.Grid.GridRowColCollection<GridColumn>)
Public Property (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Top
Protected Properties
 NameDescription
Protected PropertyOverridden. Gets the data collection this list is wrapping.  
Top
Public Methods
 NameDescription
Public Method (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Public Method (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Public Method (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Public MethodOverloaded.  (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Public MethodOverloaded.  (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Public MethodDisable the animations caused by the operations that are performed inside the using block of the returned IDisposable. (Inherited from C1.WPF.Grid.GridRowColCollection<GridColumn>)
Public MethodOverloaded. Called to dispose resources. (Inherited from C1.WPF.Grid.GridRowColCollection<GridColumn>)
Public MethodOverloaded. Gets the index of the column with a given name in the collection.  
Public MethodOverloaded.  (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Public Method (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Public Method (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Public MethodOverloaded.  (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Public Method (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Public Method (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Public Method (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Top
Protected Methods
 NameDescription
Protected MethodRaises the CollectionChanged event. (Inherited from C1.WPF.Grid.GridRowColCollection<GridColumn>)
Protected MethodCalled when a property changed. (Inherited from C1.WPF.Grid.GridRowColCollection<GridColumn>)
Protected Method (Inherited from C1.DataCollection.C1DataCollectionList<T>)
Top
Public Events
 NameDescription
Public EventOccurs after the items in the collection changed. (Inherited from C1.WPF.Grid.GridRowColCollection<GridColumn>)
Public EventOccurs when a property value changes. (Inherited from C1.WPF.Grid.GridRowColCollection<GridColumn>)
Top
See Also