FlexGrid for WinRT
Column Class Members
Properties  Methods 


The following tables list the members exposed by Column.

Public Constructors
 NameDescription
Public ConstructorColumn ConstructorInitializes a new instance of a Column object.  
Top
Public Properties
 NameDescription
Public PropertyActualWidthGets the rendering width of this column in pixels.  
Public PropertyAllowDraggingGets 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 PropertyAllowMergingGets or sets a value that indicates whether cells in this row or column can be merged. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyAllowResizingGets 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 PropertyAllowSortingGets or sets a value that indicates whether the user can sort this column by clicking the cell header.  
Public PropertyAutoGeneratedGets or sets a value that indicates whether this column was automatically generated by the grid (see the AutoGenerateColumns property.  
Public PropertyBackgroundGets 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 PropertyBindingGets or sets the Binding used to connect this column with the items in the grid's ItemsSource.  
Public PropertyBoundPropertyNameGets the name of the property that this column is currently bound to.  
Public PropertyCellEditingTemplateGets or sets the template used to display the contents of a cell that is in editing mode.  
Public PropertyCellStyleGets or sets a RowCol.CellStyle that defines the appearance of the cells in this row or column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyCellTemplateGets or sets the template used to display the contents of a cell that is not in editing mode.  
Public PropertyColumnNameGets or sets a value used as an identifier for the column.  
Public PropertyDataTypeGets the type of data stored in this column.  
Public PropertyFontFamilyGets or sets the RowCol.FontFamily used to render text in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyFontSizeGets or sets the font size used to render text in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyFontStyleGets or sets the RowCol.FontStyle used to render text in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyFontWeightGets or sets the RowCol.FontWeight used to render text in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyFooterCellStyleGets or sets a CellStyle that defines the appearance of the column footer cells in this column.  
Public PropertyForegroundGets or sets the Windows.UI.Xaml.Media.Brush used to paint text in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyFormatGets or sets a string used to format values within cells in this column.  
Public PropertyGridOverridden. Gets the C1FlexGrid that this column belongs to.  
Public PropertyGridPanelOverridden. Gets the GridPanel that this column belongs to.  
Public PropertyGroupAggregateGets or sets the type of aggregate to include in group headers.  
Public PropertyHeaderGets or sets a value used as a caption in the column header cells.  
Public PropertyHeaderBackgroundGets 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 PropertyHeaderCellStyleGets 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 PropertyHeaderFontFamilyGets or sets the RowCol.FontFamily used to render text in header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyHeaderFontSizeGets or sets the font size used to render text in header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyHeaderFontStyleGets or sets the RowCol.FontStyle used to render text in header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyHeaderFontWeightGets or sets the RowCol.FontWeight used to render text in header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyHeaderForegroundGets 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 PropertyHeaderHorizontalAlignmentGets or sets the RowCol.HorizontalAlignment of the header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyHeaderTemplateGets or sets the template used to display the contents of column header cells.  
Public PropertyHeaderVerticalAlignmentGets or sets the RowCol.VerticalAlignment of the header cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyHorizontalAlignmentGets or sets the RowCol.HorizontalAlignment of the cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyIndexGets the index of this column in the grid's C1FlexGrid.Columns collection.  
Public PropertyIsReadOnlyGets or sets a value that indicates whether cells in this row or column can be edited. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyIsVisibleGets a value that indicates whether this row or column is visible and not collapsed. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyLeftGets the position of the left side of this column, in pixels, relative to the grid.  
Public PropertyMaxWidthGets or sets the maximum width of this column, in pixels (this value is used only for star-sized columns).  
Public PropertyMinWidthGets or sets the minimum width of this column, in pixels (this value is used only for star-sized columns).  
Public PropertyPropertyInfoGets or sets a PropertyInfo object used for binding the column to items in the data source.  
Public PropertyRightGets the position of the right side of this column, in pixels, relative to the grid.  
Public PropertySelectedGets or sets a value that indicates whether this row or column is selected. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyTagGets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyToolTipGets or sets the tooltip text for the column header cells.  
Public PropertyValueConverterGets or sets an Windows.UI.Xaml.Data.IValueConverter associated with this column's Binding.  
Public PropertyVerticalAlignmentGets or sets the RowCol.VerticalAlignment of the cells in this row/column. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyVisibleGets or sets a value that indicates whether this row or column is visible. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyVisibleIndexIf RowCol.IsVisible property is True, returns the index of this element in the collection of visible items. (Inherited from C1.Xaml.FlexGrid.RowCol)
Public PropertyWidthGets or sets the width of this column, in pixels (set to GridLength.Auto to use the default width).  
Top
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedOverridden. Raises the PropertyChanged event on the parent columns collection.  
Protected MethodStylePropertyChangedCalled when any RowCol.CellStyle owned by the grid changes. (Inherited from C1.Xaml.FlexGrid.RowCol)
Top
See Also

Reference

Column Class
C1.Xaml.FlexGrid Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback