Name | Description | |
---|---|---|
Alignment | Gets the alignment of the element's content. (Inherited from Xceed.Grid.GridElement) | |
AmbientParent | Overridden. Gets the ambient parent of the column. | |
BackColor | Gets or sets the background color of the grid element. (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 | Gets or sets a boolean value indicating if partial lines should be clipped. (Inherited from Xceed.Grid.GridElement) | |
DataComparer | Gets or sets an instance of a class which implements the System.Collections.IComparer interface in order to compare the column's data during grouping and sorting. | |
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 | Gets or sets the font of the grid element. (Inherited from Xceed.Grid.GridElement) | |
ForeColor | Gets or sets the foreground color of the grid element. (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 | Gets the GridElement.GridControl in which all the grid elements are contained. (Inherited from Xceed.Grid.GridElement) | |
HorizontalAlignment | Gets or sets the horizontal alignment of the grid element's content. (Inherited from Xceed.Grid.GridElement) | |
Index | Gets the index of the column in the grid's collection of columns. | |
IsBackColorAmbient | Gets a boolean value indicating if the GridElement.BackColor property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsClipPartialLineAmbient | Gets a boolean value indicating if the GridElement.ClipPartialLine property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsFirstDisplayable | Gets a boolean value indicating whether the first column is displayable. | |
IsFontAmbient | Gets a boolean value indicating if the GridElement.Font property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsForeColorAmbient | Gets a boolean value indicating if the GridElement.ForeColor property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsHorizontalAlignmentAmbient | Gets a boolean value indicating if the GridElement.HorizontalAlignment property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsLastDisplayable | Gets a boolean value indicating whether the last column is displayable. | |
IsOverrideUIStyleAmbient | Gets a boolean value indicating if the GridElement.OverrideUIStyle property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsOverrideUIStyleDefined | Gets a boolean value indicating whether the GridControl.OverrideUIStyle property has been explicitly set. (Inherited from Xceed.Grid.GridElement) | |
IsReadOnlyAmbient | Overridden. Gets a boolean value indicating if the GridElement.ReadOnly property gets its value from its parent. | |
IsReportStyleDefined | Gets a boolean value indicating if one or more properties of the GridElement.ReportStyle have been explicitly set. (Inherited from Xceed.Grid.GridElement) | |
IsTrimmingAmbient | Gets a boolean value indicating if the GridElement.Trimming property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsVerticalAlignmentAmbient | Gets a boolean value indicating if the GridElement.VerticalAlignment property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsWordWrapAmbient | Gets a boolean value indicating if the GridElement.WordWrap property gets its value from its parent. (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 | Gets or sets a boolean value indicating whether any theming based on the UIStyle property of the GridControl will be overridden. (Inherited from Xceed.Grid.GridElement) | |
ParentGrid | Overridden. Gets the parent grid of the column. | |
ReadOnly | Gets or sets a boolean value indicating if the content of cell(s) can be edited. (Inherited from Xceed.Grid.GridElement) | |
ReportStyle | ||
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 | Gets or sets the object that contains data about the grid element. (Inherited from Xceed.Grid.GridElement) | |
Title | Gets or sets the title of the column displayed in the corresponding cell in the ColumnManagerRow. | |
Trimming | Gets or sets a value indicating how text displayed in the cell will be trimmed when it exceeds the edges of the layout rectangle. (Inherited from Xceed.Grid.GridElement) | |
VerticalAlignment | Gets or sets the vertical alignment of the grid element's content. (Inherited from Xceed.Grid.GridElement) | |
Visible | Gets or sets a boolean value indicating if the GridElement is 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 | Gets or sets a boolean value indicating if the text of the grid element should be wrapped. (Inherited from Xceed.Grid.GridElement) |