[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.C1DisplayColumn

C1DisplayColumn Class

Represents the columns in a split.

Inheritance
C1DisplayColumn
Implements
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class C1DisplayColumn : IDisposable

Properties

Name Description
AllowExpressionEditing

Gets or sets whether the Expression property of this column can be edited by clicking on the ExpressionEditor icon in the column header.

AllowFocus

Gets or sets a value indicating the ability of a column to receive focus.

AllowSizing

Gets or sets a value indicating whether column resizing is allowed.

AutoComplete

Gets or sets a value indicating whether the dropdown auto fills the edit portion with the matched entry.

AutoDropDown

Gets or sets a value indicating whether the dropdown opens automatically when a key is typed.

Button

Gets or sets a value indicating whether a dropdown button will be displayed in this column.

ButtonAlways

Gets or sets a value indicating whether buttons will be displayed when the cell does not contain focus.

ButtonCustomStyle

Gets or sets a value indicating whether buttons will use a custom style.

ButtonFooter

Gets or sets a value indicating whether a column footer will act like a button.

ButtonHeader

Gets or sets a value indicating whether a column header will act like a button.

ButtonText

Gets or sets a value indicating whether cells in this column look like buttons.

CellTop

Gets the vertical offset of the top of the cell for the current row.

ColumnDivider

Gets or sets the style of the border drawn between columns.

ColumnSelectorStyle

Gets or sets the Style that controls the appearance of the current column headers.

DCIdx
DataColumn

Gets the associted C1DataColumn associated with this object.

DropDownList

Gets or sets a value indicating whether the dropdown acts like a dropdown list (text portion is not editable).

EditorStyle

Gets or sets the Style used for the cell editor.

FetchStyle

Gets or sets a value indicating whether the FetchCellStyle event will be raised for a column.

FilterButton

Gets or sets a value indicating whether a dropdown button will be displayed in this column.

FooterDivider

Gets or sets a value indicating whether to display the column divider in the footer area.

FooterStyle

Gets or sets the Style object that controls the appearance of column footers.

Frozen

Gets or sets a value indicating whether this C1DisplayColumn is frozen.

GroupFooterStyle

Gets or sets the Style used to render the cell in the grouped footer row.

GroupHeaderStyle

Gets or sets the Style used to render the cell in the grouped header row.

HeaderDivider

Gets or sets a value indicating whether to display the column divider in the header area.

HeadingHotStyle

Gets or sets the Style that controls the appearance of the hot column headers.

HeadingStyle

Gets or sets the Style that controls the appearance of the column headers.

Height

Gets or sets the height of the column.

Locked

Gets or sets a value indicating whether editing is permitted in a column.

Merge

Gets or sets a value indicating whether contiguous like-value cells of this column are merged into one large cell.

MinWidth

Gets or sets the minimum width a column can be resized to when in SpringMode.

Name

Gets the caption of the associated C1DataColumn objects.

OwnerDraw

Gets or sets a value indicating whether cells in this column are drawn by the user in the OwnerDrawCell event.

ScaleDropDownHeight

Gets or sets a value indicating whether the height of the dropdown list is scaled to fit the height of the C1TrueDBGrid.

ShowReadOnlyAsDisabled

Gets or sets a value indicating whether checkboxes or radiobuttons in this column look like as disabled when this column is read only.

Style

Gets or sets the root Style for this column.

Visible

Gets or sets a value indicating the visibility of a column.

Width

Gets or sets the width of a column.

Methods

Name Description
AddCellStyle(CellStyleFlag, Style)

Controls the Style used to change the appearance for cells meeting the specified condition.

AddRegexCellStyle(CellStyleFlag, Style, string)

Controls the Style used to change the appearance of cells according to their contents.

AutoSize()

Adjusts the width of a column to accommodate the longest visible field within that column.

ClearCellStyle(CellStyleFlag)

Removes a cell condition established with a previous call to the AddCellStyle(CellStyleFlag, Style) method.

ClearRegexCellStyle(CellStyleFlag)

Removes a cell condition established with a previous call to the AddRegexCellStyle(CellStyleFlag, Style, string) method.

ClearRegexCellStyle(CellStyleFlag, string)

Removes a cell condition established with a previous call to the AddRegexCellStyle(CellStyleFlag, Style, string) method.

Dispose()

Releases the resources used by the component.

Dispose(bool)

Releases the resources used by the component.

GetFilterExpression()

Gets the filter expression for the column.

OnChanged(ColumnChangedEnum)
ToString()

Returns a string that represents the current object.