Class | Description | |
---|---|---|
![]() | BorderStyleInfo | Contains information about border style. |
![]() | Cell | This class is used to display GridDataItem objects on the screen and enables editing of data encapsulated in GridDataItem. The collection of cells is rebuild every time the layout of Grid has changed and is limited to items located in the visible Grid control area, therefore you should not store references to cell objects or make any assumptions about their life time. If you wish to represent a custom data in the grid:
You can study GridControlDemo example (see Custom Cells page) to learn how to create custom cells in details. |
![]() | CellEventArgs | Provides data for the CellExecuteCommand, CellMouseEnter and CellMouseLeave events. |
![]() | CheckBoxCell | This class implements a cell with check box. |
![]() | ColorCell | This class implements a cell with color picker. |
![]() | ColumnInfo | Holds column information. |
![]() | ComboBoxCell | Implements combo box cell. |
![]() | CommandButtonCell | Implements cell that contains a small button. Used as a base class for some other cells requiring additional command to be executed for cell editing (FontBrowserCell, FolderBrowserCell). |
![]() | DataConnectionManager | Internal. |
![]() | DataItemChangeEventArgs | Used to provide data for DataItemEndEdit and ItemDataChanged events. |
![]() | DataItemUpdatedEventArgs | Used to provide data for DataItemUpdated event. |
![]() | DateTimeCell | Implements a cell, which allows displaying and editing of date/time value. |
![]() | DBGrid | Implements data bound grid control. |
![]() | DragDropColumnEventArgs | Provides data for the following events: DropColumnOnGroupArea, DropColumnOnHeader, DropGroupColumnOutsideGroupArea, DropColumnOutsideGroupAndHeader. |
![]() | DragHeaderWnd | Used internally to display dragged column in group mode. |
![]() | DrawFilterButtonEventArgs | Provides data for the DrawColumnHeaderFilterButton event. |
![]() | DrawGridCellEventArgs | Provides data for cell painting events. |
![]() | DrawGridCellGapEventArgs | Provides data for the DrawGridCellGap event. |
![]() | DrawGridColumnHeaderEventArgs | Provides data for the DrawGridColumnHeader event. |
![]() | DrawGridExpandBoxEventArgs | |
![]() | DrawGridSelectionBorderEventArgs | |
![]() | DrawPreviewPaneEventArgs | |
![]() | ExpandBoxVisualStyle | Describes visual style of expand box. |
![]() | FieldChooser | Implements a form that displays columns (fields) currently hidden in Grid control. |
![]() | FileBrowserCell | Implements a cell that allows browsing for a file and displaying the folder name in a cell. |
![]() | FillGridAreaEventArgs | |
![]() | FilterButtonVisualStyle | Desribes visual style of Filter Button. |
![]() | FolderBrowserCell | Implements a cell that allows browsing for a folder and displaying the folder name in a cell. |
![]() | FontBrowserCell | Implements a cell that allows browsing for a fontr and displaying the folder name in a cell. |
![]() | GridCalcExpandBoxRectEventArgs | |
![]() | GridCellBorderStyle | Describes a border style of a grid cell. |
![]() | GridCellMouseEventArgs | |
![]() | GridCellValueEventArgs | |
![]() | GridCellVisualStyle | Describes a visual style. |
![]() | GridColumn | Represents a column in a Grid control. |
![]() | GridColumnCollection | Implements typed collection of GridColumn objects. |
![]() | GridColumnDividerDoubleClickEventArgs | |
![]() | GridCompareElementsEventArgs | |
![]() | GridContextMenuNeededEventArgs | |
![]() | GridControl | Implements a grid control class. |
![]() | GridCreateCustomCellEventArgs | Provides data for the CreateCustomCell event. |
![]() | GridData | Stores and manages Grid control data. |
![]() | GridDataItem | This class encapsulates the data. |
![]() | GridDataItemCollection | Typed collection of GridDataItem objects. |
![]() | GridDataItemOptionList | Describes data used for GridDataType.ComboBox. |
![]() | GridDataRow | Represents a grid row. |
![]() | GridDateTimePickerData | Describes data used for items with GridDataType.Date data type. |
![]() | GridEditCellEventArgs | |
![]() | GridElementColor | Provides data used to fill background of grid elements. |
![]() | GridFilterEventArgs | |
![]() | GridFilterMenuNeededEventArgs | |
![]() | GridImageListData | Describes data used for GridDataType.ImageList. |
![]() | GridImageTextItem | Describes data used for GridDataType.ImageAndText. |
![]() | GridLayoutChangedEventArgs | |
![]() | GridMaskedEditData | Describes data used for items with GridDataType.MaskEdit. |
![]() | GridOptionItem | Defines a data to be stored in GridDataItemOptionList.ItemCollection. |
![]() | GridPrintPageEventArgs | |
![]() | GridRowEventArgs | Provides data for UserAddedRow, UserDeletingRow and UserDeletedRow events of Grid control. |
![]() | GridSelectionRange | Describes ranges in terms of column and row indexes. |
![]() | GridSort | Sorts any collection whose elements implement IComparable interface. |
![]() | GridSpinBoxData | Describes data for items with GridDataType.SpinButton data type. |
![]() | GridTooltipEventArgs | |
![]() | GridVisualStyleDef | Fully describes Grid control visual style. |
![]() | GroupCell | Implements a special cell that is used for visualization of GroupNode objects (group rows). |
![]() | GroupNode | Represents a group row. |
![]() | HyperlinkCell | Implements a hyperlink. |
![]() | ImageCell | Implements image cell. |
![]() | ImageListCell | Implements image list cell. |
![]() | ImageTextCell | Implements image with text cell. |
![]() | InsertionMarkWnd | Internal. |
![]() | ItemInfo | |
![]() | MaskEditCell | Implements mask edit cell. |
![]() | MergeInfo | Describes attributes of merged cells. |
![]() | PasswordEditCell | Implements a cell that allows to enter a password. |
![]() | PushButtonCell | Implements push button cell. |
![]() | RowCollection | Typed collection of GridDataRow objects. |
![]() | RowInfo | Internal. |
![]() | SelectAllCellVisualStyle | Describes Visual Style of "Select All" box. |
![]() | SpinButtonCell | Implements Spin Button cell. |
![]() | TextCell | This class implements a cell with text. |
Enumeration | Description | |
---|---|---|
![]() | ApplyBorderStyleOptions | Specifies how to apply border styles (to what edges set a border style) to selection. |
![]() | BeginEditType | Specifies how Grid control begins editiong of cells. |
![]() | CellBorderPosition | Specifies position of cell border visual style in array of cell border visual styles. |
![]() | CellBorderStyle | Specifies styles of border lines. |
![]() | CellPart | Specifies element parts (returned by some hit-test methods). |
![]() | CellState | Specifies cell states. |
![]() | ContentOperationMode | Specifies how Grid control sorts data. |
![]() | CustomCursorType | Specifies what custom cursors Grid control displays when appropriate. |
![]() | DeleteKeyHandlerType | Specifies how Grid control handles Delete key. |
![]() | EnterKeyHandlerType | Specifies how Grid control handles Enter key. |
![]() | FilterAndSortStatus | Specifies filtering and sorting statuses of grid columns. |
![]() | GridAutoSizeColumnMode | Specifies how resize grid columns. |
![]() | GridCellMergeType | Specifies merge type. |
![]() | GridColumnHeaderClickAction | Specifies how Grid control handles clicks on header. |
![]() | GridContentAlignmentFlags | Specifies how a content is aligned within a cell. |
![]() | GridDataType | Specifies type of data contained in a GridDataItem. |
![]() | GridElementFillMode | Specifies how a grid element is filled. |
![]() | GridFillExtraSpaceMode | Specifies how extra space in Grid control is filled. |
![]() | GridFocusedItemAppearance | Specifies how focused item is drawn. |
![]() | GridSelectionBorderAppearance | Specifies how selection border is drawn around selected cells. |
![]() | GridSelectionFillStyle | Specifies how Grid control fills selected cells. |
![]() | GridSelectionType | Specifies allowed selection in Grid control. |
![]() | GridTextWrapMode | Specifies how text is wrapped within cell. |
![]() | HeaderDragMode | Specifies how a column header is dragged. |
![]() | MouseEventType | Specifies mouse event type. |
![]() | MouseOverContentFlag | Specifies mouse position over cell content. |
![]() | ResizeColumnsFillMode | Internal. |
![]() | RowHeightType | Specifies how Grid control allows to resize rows. |