FlexGrid for WinForms
Column Class Members
Properties  Methods 

The following tables list the members exposed by Column.

Public Properties
 NameDescription
Public PropertyActiveFilterGets the IC1ColumnFilter that is currently filtering this column.  
Public PropertyAllowDraggingGets or sets whether the user can drag this row or column with the mouse. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyAllowEditingGets or sets whether cells on this row or column can be edited by the user. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyAllowFilteringGets or sets this type of filter to use for this column.  
Public PropertyAllowMergingSpecifies whether adjacent cells with similar contents will be merged. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyAllowNullGets or sets that cells in the Column will accept null value or null will be replaced by default value in unbound mode.  
Public PropertyAllowResizingGets or sets whether the user can resize this row or column with the mouse. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyAllowSortingGets or sets whether this column can be sorted by clicking on the column header.  
Public PropertyCaptionGets or sets the text of the column's header cell.  
Public PropertyComboListGets or sets a list of items to be used by the drop-down editor. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyDataIndexGets the position of the column in the data source object.  
Public PropertyDataMapGets or sets an System.Collections.IDictionary object used to translate data values into display values for this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyDataTypeGets or sets the type of object stored in this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyEditMaskGets or sets the input mask to use when editing cells on this column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyEditorGets or sets the custom editor used to edit cells in this column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyFilterGets or sets the IC1ColumnFilter responsible for filtering this column.  
Public PropertyFormatGets or sets a string that specifies how to format the data on this column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyGridGets a reference to the C1FlexGridBase control that owns this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyImageAlignGets or sets an ImageAlignEnum value that determines how images are aligned in scrollable cells on this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyImageAlignFixedGets or sets an ImageAlignEnum value that determines how images are aligned in fixed cells on this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyImageAndTextGets or sets a value that determines whether images found in this row or column's RowCol.ImageMap should be displayed instead of or in addition to the cell text. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyImageMapGets or sets an System.Collections.IDictionary object used to translate data values into images for this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyIndexOverridden. Gets the index of this row or column in its parent collection.  
Public PropertyIsCollapsedGets whether this row is collapsed. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyIsVisibleGets whether this row is currently visible to the user. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyItemGets or sets the cell value specified by the row index in this column.  
Public PropertyLeftGets the position of the left of this column, in pixels, relative to the grid.  
Public PropertyNameGets or sets the name of this column.  
Public PropertyRightGets the position of the right of this column, in pixels, relative to the grid.  
Public PropertySafeIndexGets the index of this column in the Column collection.  
Public PropertySelectedOverridden. Gets or sets whether this row or column is selected.  
Public PropertyShowButtonsGets or sets when to display combo buttons in cells.  
Public PropertySortSpecifies how this column should be sorted when the C1FlexGridBase.Sort method is called with a SortFlags.UseColSort flag.  
Public PropertyStyleGets or sets a custom CellStyle associated with this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyStyleDisplayGets the style used to display this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyStyleFixedGets the stock CellStyle used to paint fixed cells in this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyStyleFixedDisplayGets the style used to display fixed cells on this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyStyleFixedNewGets the custom style associated with fixed cells on this row or column, creating a new one of necessary. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyStyleNewGets or sets a custom CellStyle associated with this row or column, creating a new style if necessary. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyTextAlignGets or sets a TextAlignEnum value that determines how text is aligned in scrollable cells on this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyTextAlignFixedGets or sets a TextAlignEnum value that determines how text is aligned in fixed cells on this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyUserDataGets or sets user data associated with this row or column. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyVisibleGets or sets whether a Row or Column is visible. (Inherited from C1.Win.C1FlexGrid.RowCol)
Public PropertyWidthGets or sets the width of this column, in pixels (the value -1 represents the default column width).  
Public PropertyWidthDisplayGets or sets the display width for this column, in pixels.  
Top
Public Methods
 NameDescription
Public MethodClearOverridden. Clears the contents of the row or column.  
Public MethodInvalidateOverridden. Invalidates an individual row or column, causing it to be repainted.  
Public MethodMoveOverridden. Moves this row or column to a new position in the collection.  
Top
See Also

Reference

Column Class
C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback