The following tables list the members exposed by Column.
| Name | Description | |
|---|---|---|
![]() | Column Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | Alignment | (Inherited from Xceed.Grid.GridElement) |
![]() | AmbientParent | Overridden. Gets the ambient parent of the column. |
![]() | BackColor | (Inherited from Xceed.Grid.GridElement) |
![]() | CanBeGrouped | Gets or sets a boolean value indicating if the column can be used to group the data rows. |
![]() | CanBeSorted | Gets or sets a boolean value indicating if the column can be sorted. |
![]() | CellEditorDisplayConditions | Gets or sets a value representing under what conditions cell editors are displayed. |
![]() | CellEditorManager | Gets or sets the Xceed.Grid.Editors.CellEditorManager that will be used to edit the content of the column's cells. |
![]() | CellViewerManager | Gets or sets the Xceed.Grid.Viewers.CellViewerManager that will be used to view the content of the column's cells. |
![]() | ClipPartialLine | (Inherited from Xceed.Grid.GridElement) |
![]() | DataComparer | Gets or sets an instance of a class which implements the
|
![]() | DataType | Gets the data type of the column. |
![]() | DisplayableIndex | Gets the displayable index of the column. |
![]() | FieldName | Gets the field name of the column. |
![]() | Fixed | Gets or sets a boolean value indicating if the column is fixed. |
![]() | Font | (Inherited from Xceed.Grid.GridElement) |
![]() | ForeColor | (Inherited from Xceed.Grid.GridElement) |
![]() | FormatProvider | Gets or sets the custom Format Provider that will be used to format the data in the column's cells. |
![]() | FormatSpecifier | Gets or sets the format that will be used to display data, in the column's cells. |
![]() | GridControl | (Inherited from Xceed.Grid.GridElement) |
![]() | HorizontalAlignment | (Inherited from Xceed.Grid.GridElement) |
![]() | Index | Gets the index of the column in the grid's collection of columns. |
![]() | IsBackColorAmbient | (Inherited from Xceed.Grid.GridElement) |
![]() | IsClipPartialLineAmbient | (Inherited from Xceed.Grid.GridElement) |
![]() | IsFirstDisplayable | Gets a boolean value indicating whether the first column is displayable. |
![]() | IsFontAmbient | (Inherited from Xceed.Grid.GridElement) |
![]() | IsForeColorAmbient | (Inherited from Xceed.Grid.GridElement) |
![]() | IsHorizontalAlignmentAmbient | (Inherited from Xceed.Grid.GridElement) |
![]() | IsLastDisplayable | Gets a boolean value indicating whether the last column is displayable. |
![]() | IsOverrideUIStyleAmbient | (Inherited from Xceed.Grid.GridElement) |
![]() | IsOverrideUIStyleDefined | (Inherited from Xceed.Grid.GridElement) |
![]() | IsReadOnlyAmbient | Overridden. Gets a boolean value indicating if the GridElement.ReadOnly property gets its value from its parent. |
![]() | IsReportStyleDefined | (Inherited from Xceed.Grid.GridElement) |
![]() | IsTrimmingAmbient | (Inherited from Xceed.Grid.GridElement) |
![]() | IsVerticalAlignmentAmbient | (Inherited from Xceed.Grid.GridElement) |
![]() | IsWordWrapAmbient | (Inherited from Xceed.Grid.GridElement) |
![]() | MaxWidth | Gets or sets the maximum width of the column, in pixels. |
![]() | MinWidth | Gets or sets the minimum width of the column, in pixels. |
![]() | NullText | Gets or sets the text that is displayed when one of the column's cells contains a null reference (Nothing in Visual Basic). |
![]() | NullValue | Gets or sets the a null reference (Nothing in Visual Basic) value of the column. |
![]() | OverrideUIStyle | (Inherited from Xceed.Grid.GridElement) |
![]() | ParentGrid | Overridden. Gets the parent grid of the column. |
![]() | ReadOnly | (Inherited from Xceed.Grid.GridElement) |
![]() | ReportStyle | Overloaded. Gets the report style of the column. |
![]() | SortDirection | Gets or sets a value indicating the direction in which the column is sorted. |
![]() | SortIndex | Gets the index of the column within the DetailGrid.SortedColumns list. |
![]() | Tag | (Inherited from Xceed.Grid.GridElement) |
![]() | Title | Gets or sets the title of the column displayed in the corresponding cell in the ColumnManagerRow. |
![]() | Trimming | (Inherited from Xceed.Grid.GridElement) |
![]() | VerticalAlignment | (Inherited from Xceed.Grid.GridElement) |
![]() | Visible | (Inherited from Xceed.Grid.GridElement) |
![]() | VisibleIndex | Gets or sets the visible position of the column. |
![]() | Width | Gets or sets the width of the column in pixels. |
![]() | WordWrap | (Inherited from Xceed.Grid.GridElement) |
Top
| Name | Description | |
|---|---|---|
![]() | BringIntoView | Overridden. Brings the column into the visible area of the grid. |
![]() | (Inherited from | |
![]() | GetFittedWidth | Overloaded. Retrieves the fitted width of the column in pixels. |
![]() | (Inherited from | |
![]() | Initialize | Overloaded. This method is reserved for internal use and is not intended to be used directly from your code. |
![]() | (Inherited from | |
![]() | ResetBackColor | (Inherited from Xceed.Grid.GridElement) |
![]() | ResetCanBeGrouped | Resets the value of the CanBeGrouped property to its default value, DefaultCanBeGrouped. |
![]() | ResetCanBeSorted | Resets the value of the CanBeSorted property to its default value, DefaultCanBeSorted. |
![]() | ResetCellEditorDisplayConditions | Resets the value of the CellEditorDisplayConditions property to its default value, DefaultCellEditorDisplayConditions. |
![]() | ResetCellEditorManager | Resets the value of the CellEditorManager property to its default value, DefaultCellEditorManager. |
![]() | ResetCellViewerManager | Resets the value of the CellViewerManager property to its default value, DefaultCellViewerManager. |
![]() | ResetClipPartialLine | (Inherited from Xceed.Grid.GridElement) |
![]() | ResetDataComparer | Resets the value of the Column.DataComparer property to its default value, DefaultDataComparer. |
![]() | ResetFixed | Resets the value of the Fixed property to its default value, DefaultFixed. |
![]() | ResetFont | (Inherited from Xceed.Grid.GridElement) |
![]() | ResetForeColor | (Inherited from Xceed.Grid.GridElement) |
![]() | ResetFormatProvider | Resets the value of the FormatProvider property to its default value, DefaultFormatProvider. |
![]() | ResetFormatSpecifier | Resets the value of the FormatSpecifier property to its default value, DefaultFormatSpecifier. |
![]() | ResetHorizontalAlignment | (Inherited from Xceed.Grid.GridElement) |
![]() | ResetMaxWidth | Resets the value of the MaxWidth property to its default value, DefaultMaxWidth. |
![]() | ResetMinWidth | Resets the value of the MinWidth property to its default value, DefaultMinWidth. |
![]() | ResetNullText | Resets the value of the NullText property to its default value, DefaultNullText. |
![]() | ResetNullValue | Resets the value of the NullValue property to its default value, DefaultNullValue. |
![]() | ResetOverrideUIStyle | (Inherited from Xceed.Grid.GridElement) |
![]() | ResetReadOnly | (Inherited from Xceed.Grid.GridElement) |
![]() | ResetReportStyle | (Inherited from Xceed.Grid.GridElement) |
![]() | ResetSortDirection | Resets the value of the SortDirection property to its default value, DefaultSortDirection. |
![]() | ResetStyle | (Inherited from Xceed.Grid.GridElement) |
![]() | ResetTag | (Inherited from Xceed.Grid.GridElement) |
![]() | ResetTitle | Resets the value of the Title property to its default value, DefaultTitle. |
![]() | ResetTrimming | (Inherited from Xceed.Grid.GridElement) |
![]() | ResetVerticalAlignment | (Inherited from Xceed.Grid.GridElement) |
![]() | ResetVisible | (Inherited from Xceed.Grid.GridElement) |
![]() | ResetWidth | Resets the value of the Width property to its default value, DefaultWidth. |
![]() | ResetWordWrap | (Inherited from Xceed.Grid.GridElement) |
Top
| Name | Description | |
|---|---|---|
![]() | BackColorChanged | (Inherited from Xceed.Grid.GridElement) |
![]() | CanBeGroupedChanged | Raised when the value of the CanBeGrouped property is changed. |
![]() | CanBeSortedChanged | Raised when the value of the CanBeSorted property is changed. |
![]() | CellEditorDisplayConditionsChanged | Raised when the value of the CellEditorDisplayConditions property is changed. |
![]() | CellEditorManagerChanged | Raised when the value of the CellEditorManager property is changed. |
![]() | CellViewerManagerChanged | Raised when the value of the CellViewerManager property is changed. |
![]() | ClipPartialLineChanged | (Inherited from Xceed.Grid.GridElement) |
![]() | DataComparerChanged | Raised when the value of the Column.DataComparer property is changed. |
![]() | FixedChanged | Raised when the value of the Fixed property is changed. |
![]() | FontChanged | (Inherited from Xceed.Grid.GridElement) |
![]() | ForeColorChanged | (Inherited from Xceed.Grid.GridElement) |
![]() | FormatProviderChanged | Raised when the value of the FormatProvider property is changed. |
![]() | FormatSpecifierChanged | Raised when the value of the FormatSpecifier property is changed. |
![]() | HorizontalAlignmentChanged | (Inherited from Xceed.Grid.GridElement) |
![]() | MaxWidthChanged | Raised when the value of the MaxWidth property is changed. |
![]() | MinWidthChanged | Raised when the value of the MinWidth property is changed. |
![]() | NullTextChanged | Raised when the value of the NullText property is changed. |
![]() | NullValueChanged | Raised when the value of the NullValue property is changed. |
![]() | OverrideUIStyleChanged | (Inherited from Xceed.Grid.GridElement) |
![]() | ReadOnlyChanged | (Inherited from Xceed.Grid.GridElement) |
![]() | SortDirectionChanged | Raised when the value of the SortDirection property is changed. |
![]() | TitleChanged | Raised when the value of the Title property is changed. |
![]() | TrimmingChanged | (Inherited from Xceed.Grid.GridElement) |
![]() | VerticalAlignmentChanged | (Inherited from Xceed.Grid.GridElement) |
![]() | VisibleChanged | (Inherited from Xceed.Grid.GridElement) |
![]() | VisibleIndexChanged | Raised when the value of the VisibleIndex property is changed. |
![]() | WidthChanged | Raised when the value of the Width property is changed. |
![]() | WordWrapChanged | (Inherited from Xceed.Grid.GridElement) |







