The Column type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
ActualWidth |
Gets the rendering width of this column in pixels.
|
|
|
AllowDragging |
Gets or sets a value that indicates whether the user can move this row or column
to a new position with the mouse.
(Inherited from RowCol.) |
|
|
AllowMerging |
Gets or sets a value that indicates whether cells in this row or column can be merged.
(Inherited from RowCol.) |
|
|
AllowResizing |
Gets or sets a value that indicates whether the user can resize this row or column with the mouse.
(Inherited from RowCol.) |
|
|
AllowSorting |
Gets or sets a value that indicates whether the user can sort this column by
clicking the cell header.
|
|
|
AutoGenerated |
Gets or sets a value that indicates whether this column was automatically
generated by the grid (see the AutoGenerateColumns
property.
|
|
|
Background |
Gets or sets the Brush used to paint the background
of cells in this row/column.
(Inherited from RowCol.) |
|
|
Binding |
Gets or sets the Binding used to connect this column with
the items in the grid's ItemsSource.
|
|
|
BoundPropertyName |
Gets the name of the property that this column is currently bound to.
|
|
|
CellEditingTemplate |
Gets or sets the template used to display the contents of a cell that is
in editing mode.
|
|
|
CellStyle |
Gets or sets a CellStyle that defines the appearance of the cells
in this row or column.
(Inherited from RowCol.) |
|
|
CellTemplate |
Gets or sets the template used to display the contents of a cell that is not
in editing mode.
|
|
|
ColumnName |
Gets or sets a value used as an identifier for the column.
|
|
|
DataType |
Gets the type of data stored in this column.
|
|
|
FontFamily |
Gets or sets the FontFamily used to render text in this row/column.
(Inherited from RowCol.) |
|
|
FontSize |
Gets or sets the font size used to render text in this row/column.
(Inherited from RowCol.) |
|
|
FontStyle |
Gets or sets the FontStyle used to render text in this row/column.
(Inherited from RowCol.) |
|
|
FontWeight |
Gets or sets the FontWeight used to render text in this row/column.
(Inherited from RowCol.) |
|
|
FooterCellStyle |
Gets or sets a CellStyle that defines the appearance of the column
footer cells in this column.
|
|
|
Foreground |
Gets or sets the Brush used to paint text in this row/column.
(Inherited from RowCol.) |
|
|
Format |
Gets or sets a string used to format values within cells in this column.
|
|
|
Grid |
Gets the C1FlexGrid that this column belongs to.
(Overrides RowCol..::..Grid.) |
|
|
GridPanel |
Gets the GridPanel that this column belongs to.
(Overrides RowCol..::..GridPanel.) |
|
|
GroupAggregate |
Gets or sets the type of aggregate to include in group headers.
|
|
|
Header |
Gets or sets a value used as a caption in the column header cells.
|
|
|
HeaderBackground |
Gets or sets the Brush used to paint the background
of header cells in this row/column.
(Inherited from RowCol.) |
|
|
HeaderCellStyle |
Gets or sets a CellStyle that defines the appearance of the header cells
in this row or column.
(Inherited from RowCol.) |
|
|
HeaderFontFamily |
Gets or sets the FontFamily used to render text in header cells
in this row/column.
(Inherited from RowCol.) |
|
|
HeaderFontSize |
Gets or sets the font size used to render text in header cells
in this row/column.
(Inherited from RowCol.) |
|
|
HeaderFontStyle |
Gets or sets the FontStyle used to render text in header cells
in this row/column.
(Inherited from RowCol.) |
|
|
HeaderFontWeight |
Gets or sets the FontWeight used to render text in header cells
in this row/column.
(Inherited from RowCol.) |
|
|
HeaderForeground |
Gets or sets the Brush used to paint text of the header cells
in this row/column.
(Inherited from RowCol.) |
|
|
HeaderHorizontalAlignment |
Gets or sets the HorizontalAlignment of the header cells in this row/column.
(Inherited from RowCol.) |
|
|
HeaderTemplate |
Gets or sets the template used to display the contents of column header cells.
|
|
|
HeaderTextTrimming |
Gets or sets how text should be trimmed when it overflows the size of the header cells in
this row/column.
(Inherited from RowCol.) |
|
|
HeaderTextWrapping |
Gets or sets whether text should be allowed to wrap in header cells in
this row/column.
(Inherited from RowCol.) |
|
|
HeaderVerticalAlignment |
Gets or sets the VerticalAlignment of the header cells in this row/column.
(Inherited from RowCol.) |
|
|
HorizontalAlignment |
Gets or sets the HorizontalAlignment of the cells in this row/column.
(Inherited from RowCol.) |
|
|
Index |
Gets the index of this column in the grid's Columns
collection.
|
|
|
IsReadOnly |
Gets or sets a value that indicates whether cells in this row or column can be
edited.
(Inherited from RowCol.) |
|
|
IsVisible |
Gets a value that indicates whether this row or column is visible and not collapsed.
(Inherited from RowCol.) |
|
|
Left |
Gets the position of the left side of this column, in pixels, relative to the grid.
|
|
|
MaxWidth |
Gets or sets the maximum width of this column, in pixels (this value is used
only for star-sized columns).
|
|
|
MinWidth |
Gets or sets the minimum width of this column, in pixels (this value is used
only for star-sized columns).
|
|
|
PropertyInfo |
Gets or sets a PropertyInfo object used for binding the
column to items in the data source.
|
|
|
Right |
Gets the position of the right side of this column, in pixels, relative to the grid.
|
|
|
Selected |
Gets or sets a value that indicates whether this row or column is selected.
(Inherited from RowCol.) |
|
|
Tag |
Gets or sets an arbitrary object value that
can be used to store custom information about this object.
(Inherited from RowCol.) |
|
|
TextTrimming |
Gets or sets how text should be trimmed when it overflows the size of the cells in
this row/column.
(Inherited from RowCol.) |
|
|
TextWrapping |
Gets or sets whether text should be allowed to wrap in cells in this row/column.
(Inherited from RowCol.) |
|
|
ToolTip |
Gets or sets the tooltip text for the column header cells.
|
|
|
ValueConverter |
Gets or sets an IValueConverter associated with this column's Binding.
|
|
|
VerticalAlignment |
Gets or sets the VerticalAlignment of the cells in this row/column.
(Inherited from RowCol.) |
|
|
Visible |
Gets or sets a value that indicates whether this row or column is visible.
(Inherited from RowCol.) |
|
|
Width |
Gets or sets the width of this column, in pixels (set to GridLength.Auto
to use the default width).
|