Skip to main content
A newer version of this page is available. .

TcxCustomGridTableOptionsBehavior Properties

Contains settings determining the grid View’s response to user actions.
Name Description
AlwaysShowEditor Determines whether the cell editors are always active.
BestFitMaxRecordCount Specifies the maximum number of records processed to calculate the best width for columns when calling ApplyBestFit.
CellHints Indicates whether a hint box is displayed when hovering over a cell containing clipped text.
CopyCaptionsToClipboard Specifies whether or not item (column or row) captions 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.
DragDropText Specifies whether the text is displayed adjacent to the mouse pointer when a drag operation is performed.
DragFocusing Specifies the manner in which the target row is focused in a drag-and-drop operation.
DragHighlighting Indicates whether the target record is highlighted when dragging an object over the current View.
DragOpening Specifies whether group and master rows and detail level tabs are expanded during drag-and-drop.
DragScrolling Enables scrolling of the current View during drag-and-drop.
EditAutoHeight protected Specifies the active height adjustment mode for multiline in-place editors.
FocusCellOnCycle protected 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.
FocusCellOnTab Specifies if the Tab and Shift+Tab keystrokes move focus between cells.
FocusFirstCellOnNewRecord Determines whether the focus moves to the first cell of a newly created row.
GoToNextCellOnEnter Specifies if the Enter and Shift+Enter keystrokes move focus between cells in a grid View.
GridView
HintHidePause Specifies the hint display time interval. Inherited from TcxCustomGridOptionsBehavior.
HotTrack protected
HotTrackSelection protected
ImmediateEditor Determines whether a specific column editor is activated immediately after an appropriate cell is clicked.
IncSearch Specifies whether a user can perform an incremental search within the current View.
IncSearchItem Specifies the item against which an incremental search is performed when cell focusing is disabled.
NavigatorHints Specifies whether hints should be displayed for the navigator‘s buttons.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
PostponedSynchronization Specifies whether the synchronization of the “clone” Views should be postponed and executed on demand. Inherited from TcxCustomGridOptionsBehavior.
PullFocusing protected 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.
RecordScrollMode protected Specifies the active content scroll mode.
RepaintVisibleRecordsOnScroll protected
ShowHourglassCursor Specifies whether to display the hourglass cursor in time-consuming operations. Inherited from TcxCustomGridOptionsBehavior.
SuppressHintOnMouseDown Specifies whether to suppress the hint when pressing a mouse button. Inherited from TcxCustomGridOptionsBehavior.
See Also