Name | Description | |
---|---|---|
Column Constructor | Initializes a new instance of a Column object. |
The following tables list the members exposed by Column.
Name | Description | |
---|---|---|
Column Constructor | Initializes a new instance of a Column object. |
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 C1.WPF.FlexGrid.RowCol) | |
AllowMerging | Gets or sets a value that indicates whether cells in this row or column can be merged. (Inherited from C1.WPF.FlexGrid.RowCol) | |
AllowResizing | Gets or sets a value that indicates whether the user can resize this row or column with the mouse. (Inherited from C1.WPF.FlexGrid.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 System.Windows.Media.Brush used to paint the background of cells in this row/column. (Inherited from C1.WPF.FlexGrid.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 RowCol.CellStyle that defines the appearance of the cells in this row or column. (Inherited from C1.WPF.FlexGrid.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 RowCol.FontFamily used to render text in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
FontSize | Gets or sets the font size used to render text in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
FontStyle | Gets or sets the RowCol.FontStyle used to render text in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
FontWeight | Gets or sets the RowCol.FontWeight used to render text in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
FooterCellStyle | Gets or sets a CellStyle that defines the appearance of the column footer cells in this column. | |
Foreground | Gets or sets the System.Windows.Media.Brush used to paint text in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
Format | Gets or sets a string used to format values within cells in this column. | |
Grid | Overridden. Gets the C1FlexGrid that this column belongs to. | |
GridPanel | Overridden. Gets the GridPanel that this column belongs to. | |
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 System.Windows.Media.Brush used to paint the background of header cells in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
HeaderCellStyle | Gets or sets a RowCol.CellStyle that defines the appearance of the header cells in this row or column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
HeaderFontFamily | Gets or sets the RowCol.FontFamily used to render text in header cells in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
HeaderFontSize | Gets or sets the font size used to render text in header cells in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
HeaderFontStyle | Gets or sets the RowCol.FontStyle used to render text in header cells in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
HeaderFontWeight | Gets or sets the RowCol.FontWeight used to render text in header cells in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
HeaderForeground | Gets or sets the System.Windows.Media.Brush used to paint text of the header cells in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
HeaderHorizontalAlignment | Gets or sets the RowCol.HorizontalAlignment of the header cells in this row/column. (Inherited from C1.WPF.FlexGrid.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 C1.WPF.FlexGrid.RowCol) | |
HeaderTextWrapping | Gets or sets whether text should be allowed to wrap in header cells in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
HeaderVerticalAlignment | Gets or sets the RowCol.VerticalAlignment of the header cells in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
HorizontalAlignment | Gets or sets the RowCol.HorizontalAlignment of the cells in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
Index | Gets the index of this column in the grid's C1FlexGrid.Columns collection. | |
IsReadOnly | Gets or sets a value that indicates whether cells in this row or column can be edited. (Inherited from C1.WPF.FlexGrid.RowCol) | |
IsVisible | Gets a value that indicates whether this row or column is visible and not collapsed. (Inherited from C1.WPF.FlexGrid.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 C1.WPF.FlexGrid.RowCol) | |
Tag | Gets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from C1.WPF.FlexGrid.RowCol) | |
TextTrimming | Gets or sets how text should be trimmed when it overflows the size of the cells in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
TextWrapping | Gets or sets whether text should be allowed to wrap in cells in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
ToolTip | Gets or sets the tooltip text for the column header cells. | |
ValueConverter | Gets or sets an System.Windows.Data.IValueConverter associated with this column's Binding. | |
VerticalAlignment | Gets or sets the RowCol.VerticalAlignment of the cells in this row/column. (Inherited from C1.WPF.FlexGrid.RowCol) | |
Visible | Gets or sets a value that indicates whether this row or column is visible. (Inherited from C1.WPF.FlexGrid.RowCol) | |
VisibleIndex | If RowCol.IsVisible property is True, returns the index of this element in the collection of visible items. (Inherited from C1.WPF.FlexGrid.RowCol) | |
Width | Gets or sets the width of this column, in pixels (set to GridLength.Auto to use the default width). |
Name | Description | |
---|---|---|
GetCultureInfo | Get UI culture based on Language property. |
Name | Description | |
---|---|---|
OnPropertyChanged | Overridden. Raises the PropertyChanged event on the parent columns collection. | |
StylePropertyChanged | Called when any RowCol.CellStyle owned by the grid changes. (Inherited from C1.WPF.FlexGrid.RowCol) |