ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridColumnCollection Class
Properties Methods Events


In This Topic
    DataGridColumnCollection Class Members
    In This Topic

    The following tables list the members exposed by DataGridColumnCollection.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>)
    Public PropertyOverloaded. Gets the DataGridColumn with the specified column index.  
    Top
    Protected Properties
    Public Methods
     NameDescription
    Public Method (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>)
    Public MethodOverloaded. Determines whether contains a column regarding the specified column name.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>)
    Public MethodGets the first visible column.  
    Public MethodGets the last visible column.  
    Public Method  
    Public Method  
    Public MethodGets a collection of columns from a specified position and direction.  
    Public MethodGets a collection of columns starting from the left.  
    Public MethodGets a collection of columns starting from the right.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<DataGridColumn>)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Removes all elements from the Collection.  
    Protected MethodOverridden. Inserts an element into the Collection at the specified index.  
    Protected MethodOverridden. Removes the element at the specified index of the Collection.  
    Protected MethodOverridden. Replaces the element at the specified index.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the items list of the collection has changed, or the collection is reset.  
    Top
    See Also