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


In This Topic
    Column Class Members
    In This Topic

    The following tables list the members exposed by Column.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a Column object.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the rendering width of this column in pixels.  
    Public PropertyGets or sets a value that indicates whether the user can move this row or column to a new position with the mouse. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets a value that indicates whether cells in this row or column can be merged. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets a value that indicates whether the user can resize this row or column with the mouse. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets a value that indicates whether the user can sort this column by clicking the cell header.  
    Public PropertyGets or sets a value that indicates whether this column was automatically generated by the grid (see the AutoGenerateColumns property.  
    Public PropertyGets or sets the Windows.UI.Xaml.Media.Brush used to paint the background of cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets the Binding used to connect this column with the items in the grid's ItemsSource.  
    Public PropertyGets the name of the property that this column is currently bound to.  
    Public PropertyGets or sets the template used to display the contents of a cell that is in editing mode.  
    Public PropertyGets or sets a RowCol.CellStyle that defines the appearance of the cells in this row or column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets the template used to display the contents of a cell that is not in editing mode.  
    Public PropertyGets or sets a value used as an identifier for the column.  
    Public PropertyGets the type of data stored in this column.  
    Public PropertyGets or sets the RowCol.FontFamily used to render text in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets the font size used to render text in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets the RowCol.FontStyle used to render text in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets the RowCol.FontWeight used to render text in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets a CellStyle that defines the appearance of the column footer cells in this column.  
    Public PropertyGets or sets the Windows.UI.Xaml.Media.Brush used to paint text in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets a string used to format values within cells in this column.  
    Public PropertyOverridden. Gets the C1FlexGrid that this column belongs to.  
    Public PropertyOverridden. Gets the GridPanel that this column belongs to.  
    Public PropertyGets or sets the type of aggregate to include in group headers.  
    Public PropertyGets or sets a value used as a caption in the column header cells.  
    Public PropertyGets or sets the Windows.UI.Xaml.Media.Brush used to paint the background of header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets a RowCol.CellStyle that defines the appearance of the header cells in this row or column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets the RowCol.FontFamily used to render text in header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets the font size used to render text in header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets the RowCol.FontStyle used to render text in header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets the RowCol.FontWeight used to render text in header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets the Windows.UI.Xaml.Media.Brush used to paint text of the header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets the RowCol.HorizontalAlignment of the header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets the template used to display the contents of column header cells.  
    Public PropertyGets or sets the RowCol.VerticalAlignment of the header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets the RowCol.HorizontalAlignment of the cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets the index of this column in the grid's C1FlexGrid.Columns collection.  
    Public PropertyGets or sets a value that indicates whether cells in this row or column can be edited. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets a value that indicates whether this row or column is visible and not collapsed. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets the position of the left side of this column, in pixels, relative to the grid.  
    Public PropertyGets or sets the maximum width of this column, in pixels (this value is used only for star-sized columns).  
    Public PropertyGets or sets the minimum width of this column, in pixels (this value is used only for star-sized columns).  
    Public PropertyGets or sets a PropertyInfo object used for binding the column to items in the data source.  
    Public PropertyGets the position of the right side of this column, in pixels, relative to the grid.  
    Public PropertyGets or sets a value that indicates whether this row or column is selected. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets the tooltip text for the column header cells.  
    Public PropertyGets or sets an Windows.UI.Xaml.Data.IValueConverter associated with this column's Binding.  
    Public PropertyGets or sets the RowCol.VerticalAlignment of the cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets a value that indicates whether this row or column is visible. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyIf RowCol.IsVisible property is True, returns the index of this element in the collection of visible items. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Public PropertyGets or sets the width of this column, in pixels (set to GridLength.Auto to use the default width).  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Raises the PropertyChanged event on the parent columns collection.  
    Protected MethodCalled when any RowCol.CellStyle owned by the grid changes. (Inherited from C1.Xaml.FlexGrid.RowCol)
    Top
    See Also