ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / ColumnCollection Class
Properties Methods Events


In This Topic
    ColumnCollection Class Members
    In This Topic

    The following tables list the members exposed by ColumnCollection.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public PropertyGets or sets a value that indicates the size (width or height) in pixels for row and column objects in this collection. (Inherited from C1.Xaml.FlexGrid.RowColCollection<Column>)
    Public PropertyGets or sets the number of frozen rows or columns in the collection. (Inherited from C1.Xaml.FlexGrid.RowColCollection<Column>)
    Public PropertyOverloaded. Gets a Column by its name.  
    Public PropertyGets the maximum group level present in the grid. (Inherited from C1.Xaml.FlexGrid.RowColCollection<Column>)
    Public PropertyGets or sets a value that indicates the maximum size (width or height) in pixels for row and column objects in this collection. (Inherited from C1.Xaml.FlexGrid.RowColCollection<Column>)
    Public PropertyGets or sets a value that indicates the minimum size (width or height) in pixels for row and column objects in this collection. (Inherited from C1.Xaml.FlexGrid.RowColCollection<Column>)
    Public PropertyGets a list with the columns that are currently selected.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodOverloaded. Gets a value that indicates whether the collection contains a Column with a given name.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodSuspends notifications until the returned System.IDisposable object is disposed. (Inherited from C1.Xaml.FlexGrid.RowColCollection<Column>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodOverloaded. Gets the index of the column with a given name in the collection.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.ObservableCollection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Public Events
    Protected Events
    See Also