TcxGridTableOptionsBehavior Properties
Stores grid Table View behavior settings.| Name | Description |
|---|---|
| AlwaysShowEditor | Determines whether the cell editors are always active. Inherited from TcxCustomGridTableOptionsBehavior. |
| BestFitMaxRecordCount | Specifies the maximum number of records processed to calculate the best width for columns when calling ApplyBestFit. Inherited from TcxCustomGridTableOptionsBehavior. |
| CellHints | Indicates whether a hint box is displayed when hovering over a cell containing clipped text. Inherited from TcxCustomGridTableOptionsBehavior. |
| ColumnHeaderHints | Specifies whether a hint box is displayed when the mouse pointer is hovered over a column header. |
| ColumnMergedGrouping | Switches the merged column grouping mode. |
| CopyCaptionsToClipboard | Specifies whether or not item (column or row) captions are included in the text to be copied to the clipboard. Inherited from TcxCustomGridTableOptionsBehavior. |
| CopyPreviewToClipboard | Specifies whether or not preview sections are included in the text to be copied to the clipboard. |
| CopyRecordsToClipboard | Enables end-users to copy the View content to the clipboard as text. Inherited from TcxCustomGridTableOptionsBehavior. |
| DragDropText | Specifies whether the text is displayed adjacent to the mouse pointer when a drag operation is performed. Inherited from TcxCustomGridTableOptionsBehavior. |
| DragFocusing | Specifies the manner in which the target row is focused in a drag-and-drop operation. Inherited from TcxCustomGridTableOptionsBehavior. |
| DragHighlighting | Indicates whether the target record is highlighted when dragging an object over the current View. Inherited from TcxCustomGridTableOptionsBehavior. |
| DragOpening | Specifies whether group and master rows and detail level tabs are expanded during drag-and-drop. Inherited from TcxCustomGridTableOptionsBehavior. |
| DragScrolling | Enables scrolling of the current View during drag-and-drop. Inherited from TcxCustomGridTableOptionsBehavior. |
| EditAutoHeight | Specifies the active height adjustment mode for multiline in-place editors. Inherited from TcxCustomGridTableOptionsBehavior. |
| EditMode | Specifies the manner in which end-users can edit the View’s cell data. |
| ExpandMasterRowOnDblClick | Determines whether master rows within the current View can be expanded by a double-click within the row area. |
| FixedGroups | Specifies whether or not group rows are anchored to the top of the grid View while scrolling through grouped data. |
| FocusCellOnCycle | Specifies if focus moves to the next or previous row when a user navigates to the left or right from the rightmost or leftmost cell in the current row, respectively. Inherited from TcxCustomGridTableOptionsBehavior. |
| FocusCellOnTab | Specifies if the Tab and Shift+Tab keystrokes move focus between cells. Inherited from TcxCustomGridTableOptionsBehavior. |
| FocusFirstCellOnNewRecord | Determines whether the focus moves to the first cell of a newly created row. Inherited from TcxCustomGridTableOptionsBehavior. |
| GoToNextCellOnEnter | Specifies if Enter and Shift + Enter keystrokes move focus between grid View items. Inherited from TcxCustomGridTableOptionsBehavior. |
| GridView | Provides access to the parent grid Table View. |
| HintHidePause | Specifies the hint display time interval. Inherited from TcxCustomGridOptionsBehavior. |
| HotTrack | Inherited from TcxCustomGridTableOptionsBehavior. |
| HotTrackSelection | Inherited from TcxCustomGridTableOptionsBehavior. |
| ImmediateEditor | Determines whether a specific column editor is activated immediately after an appropriate cell is clicked. Inherited from TcxCustomGridTableOptionsBehavior. |
| IncSearch | Specifies whether a user can perform an incremental search within the current View. Inherited from TcxCustomGridTableOptionsBehavior. |
| IncSearchItem | Specifies the item against which an incremental search is performed when cell focusing is disabled. Inherited from TcxCustomGridTableOptionsBehavior. |
| NavigatorHints | Specifies whether hints should be displayed for the navigator‘s buttons. Inherited from TcxCustomGridTableOptionsBehavior. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| PostponedSynchronization | Specifies if synchronization of the “clone” Views should be postponed and executed on demand. Inherited from TcxCustomGridOptionsBehavior. |
| PullFocusing | Indicates whether focus moves to the record under the mouse pointer when a user clicks the left mouse button within a View and starts moving the mouse while holding the button down. Inherited from TcxCustomGridTableOptionsBehavior. |
| RecordScrollMode | Specifies the active content scroll mode. Inherited from TcxCustomGridTableOptionsBehavior. |
| RepaintVisibleRecordsOnScroll | Inherited from TcxCustomGridTableOptionsBehavior. |
| ShowHourglassCursor | Specifies whether to display the hourglass cursor in time-consuming operations. Inherited from TcxCustomGridOptionsBehavior. |
| ShowLockedStateImageOptions | |
| SuppressHintOnMouseDown | Specifies whether to suppress the hint when pressing a mouse button. Inherited from TcxCustomGridOptionsBehavior. |
See Also