| AllowBlockMove |
Specifies whether the user can move blocks and keys (Track Control). |
| AllowBlockRemove |
Specifies whether the user can remove/move blocks from a track (Track Control). |
| AllowBlockScale |
Specifies whether the user can resize a block (Track Control). |
| AllowColumnRemove |
Specifies whether GridColumns can be removed from the GridControl. |
| AllowColumnReorder |
Specifies whether GridColumns can be reordered in the GridControl. |
| AllowColumnResize |
Specifies whether GridColumns can be resized. |
| AllowColumnSort |
Specifies whether GridColumns can be sorted. |
| AllowEdit |
Allows text in all GridRecordItems to be edited. |
| AllowEditPreview |
Allows preview rows to be edited by the user. |
| AllowSelectionCheck |
Specifies whether a check box can be toggled with the right mouse button. |
| AutoColumnSizing |
Specifies whether AutoColumnSizing should be used. |
| AutoVScrollTimerResolution |
Gets or sets the vertical scrolling timer resolution. |
| BorderStyle |
The type of border style around the GridControl. |
| CanCopy |
Indicates whether a Copy operation can be performed. |
| CanCut |
Indicates whether a Cut operation can be performed. |
| CanPaste |
Indicates whether a Paste operation can be performed. |
| Columns |
The GridControl's collection of GridColumn objects. |
| CustomTitle |
Custom title used for unique identification (e.g., PrintJob name). |
| DataManager |
Gets or sets the grid data manager. |
| DesktopTrackerMode |
Enables Vista Tracker Mode to fix desktop flicker. |
| DisableReorderColumnsCount |
Number of columns at the left where reordering is disabled. |
| EditMode |
Indicates whether the in-place edit control is currently active (visible/focused). |
| EditOnClick |
Determines whether a GridRecordItem can be edited by single-clicking. |
| EditOnDelayClick |
Enables/disables the delayed-click edit feature (like Windows Explorer rename). |
| EditOnDoubleClick |
Specifies whether a GridRecordItem can be edited by double-clicking. |
| Enabled |
Gets or sets whether the GridControl responds to user interaction. |
| EnableMarkup |
Enables the use of XAML (markup) for rendering text. |
| EnsureFocusedRowVisible |
Ensures the focused row is scrolled into view when set. |
| FastDeselectMode |
Allows quickly deselecting all selected rows with a mouse click. |
| FieldChooser |
Associates a FieldChooser control with the GridControl. |
| FilterHiddenColumns |
Specifies whether to search filter text in hidden columns. |
| FilterSeparatorStrict |
Specifies whether text filtering uses strict separators. |
| FilterText |
Filters rows in the GridControl by one or more text strings. |
| FlexibleDrag |
Enables/disables flexible dragging of blocks in the Track Control. |
| FocusedColumn |
Returns a reference to the column that contains the currently focused GridRecordItem. |
| FocusedRow |
Returns a reference to the row that currently has focus in the GridControl. |
| FocusSubItems |
Specifies whether individual sub-items show focus when clicked. |
| FooterRecords |
Returns the collection of footer records. |
| FooterRows |
Returns the collection of grid footer rows. |
| FooterRowsAllowAccess |
Allows moving selection to footer rows. |
| FooterRowsAllowEdit |
Allows editing of footer row GridRecordItems. |
| FooterRowsEnableSelection |
Enables selection in footer rows. |
| ForcePagination |
Forces the grid to be split into pages in print preview (affects page count). |
| FreeHeightMode |
Allows row height to be changed by dragging. |
| FreezeColumnsAbs |
Gets/sets whether freeze column index is absolute or relative. |
| FreezeColumnsCount |
Number of columns frozen when horizontally scrolling. |
| FullColumnScrolling |
Specifies whether full-column scrolling is used (deprecated). |
| GroupsOrder |
Collection of GridColumns that defines grouping order. |
| HeaderRecords |
Returns the collection of header records. |
| HeaderRows |
Returns the collection of grid header rows. |
| HeaderRowsAllowAccess |
Allows moving selection to header rows. |
| HeaderRowsAllowEdit |
Allows editing of header row GridRecordItems. |
| HeaderRowsEnableSelection |
Enables selection in header rows. |
| HideColumnAfterGroupBoxDrop |
Causes column drag/drop into the Group Box to behave like Drag+Ctrl. |
| HScrollStep |
Amount in pixels the grid scrolls when horizontal scroll buttons are clicked. |
| hWnd |
Returns the window handle (HWND) of the GridControl. |
| Icons |
Collection of icons usable by GridRecordItem and GridColumn objects. |
| IconView |
Shows/hides Icon View (similar to Windows Explorer). |
| InitialSelectionEnable |
Specifies whether the first row becomes selected when initially populated. |
| InplaceEditHwnd |
Returns the handle to the currently used in-place edit control. |
| LeftOffset |
Gets or sets the horizontal scroll position. |
| Markers |
Collection of markers used by the Track Control (Track Control). |
| MarkupContext |
Object that connects XML markup with methods, functions, and events. |
| MaxColumnWidth |
Gets or sets the maximum column width for all columns. |
| MovePivot |
Controls pivot/freeze behavior when columns are moved/added to group-by box. |
| MultipleSelection |
Specifies whether multiple GridRows can be selected at the same time. |
| MultiSelectionMode |
Enables/disables the multiple selection mode for the control. |
| Navigator |
Object used to handle navigation activities in the GridControl. |
| OLEDropAbove |
When using OLE drag/drop, indicates whether the drop marker is above or below the current row. |
| OLEDropMode |
Uses OLEDropConstants flags to specify the drop mode for external items. |
| OverrideThemeMetrics |
Specifies whether to override theme metrics. |
| PaintManager |
Manages painting and theme rendering for the GridControl. |
| PinFooterRows |
Pins footer records to the last body row instead of docking to the footer. |
| PopulatedRecordsCount |
The current number of records displayed in the grid. |
| PreviewMode |
Specifies whether PreviewMode is enabled. |
| PrintGroupRowIcon |
Specifies whether group row expand/collapse icons should be printed. |
| PrintOptions |
Options that specify how the Grid should look when printed. |
| PrintPreviewOptions |
Contains options for the print preview window. |
| Records |
The GridControl's collection of GridRecord objects. |
| RecordsTreeFilterMode |
Gets/sets the filtering mode for the record tree. |
| ReCreateReparented |
Recreates controls that have been reparented (internal use). |
| ReleaseOnDestroy |
Ensures WM_DESTROY handling is complete before destroying. |
| RightToLeft |
Aligns CommandBars elements to support right-to-left locales. |
| RightToLeftReading |
Enables RTL reading order without changing layout (column order). |
| Rows |
The GridControl's collection of GridRow objects. |
| ScaleOnResize |
Specifies whether to scale the track view area when resizing (Track Control). |
| SelectedBlocks |
Collection of selected blocks and keys in the Track Control. |
| SelectedRows |
The collection of currently selected rows in the GridControl. |
| SelectionEnable |
Gets/sets whether rows become selected when clicked or navigated. |
| SelectionExcludeGroupRows |
Specifies whether group rows are included when selecting multiple rows and using the collapse (+/-) button. |
| SendContextMenuForWholeHeaderArea |
When true, ColumnClick event is fired when right-clicking anywhere over header/column headers. |
| ShowFooter |
Shows or hides the grid column footer. |
| ShowFooterRows |
Shows or hides the footer rows. |
| ShowGroupBox |
Specifies whether the Group By box is shown. |
| ShowHeader |
Shows or hides the column headers in the GridControl. |
| ShowHeaderRows |
Shows or hides the header rows. |
| ShowItemsInGroups |
Automatically shows GridRecordItems in groups when a column is grouped. |
| ShowRowFocus |
Specifies whether to draw a focus rectangle around the focused row. |
| ShowTimeLinePosition |
Shows or hides the timeline position marker (Track Control). |
| ShowWorkArea |
Shows or hides the work area in the Track Control. |
| SkipGroupsFocus |
Specifies whether group rows are skipped when navigating with Up/Down keys. |
| SnapMargin |
Margin that a block must be dragged into before it will snap to another block or marker. |
| SnapToBlocks |
Gets/sets whether blocks being dragged snap to adjacent blocks (Track Control). |
| SnapToMarkers |
Gets/sets whether blocks being dragged snap to markers (Track Control). |
| SortedDragDrop |
Specifies whether drag-dropped items are inserted in sorted order. |
| SortLocale |
Specifies locale-based sort rules for text, dates, times, and currency. |
| SortOrder |
Collection of GridColumns used to determine how the GridControl is sorted. |
| SortRecordChildren |
Specifies the sort order to apply to record children. |
| StrictBestFit |
BestFitMode used only in non-autosize mode (when AutoSize is False). |
| TimeLineMax |
Gets/sets the maximum value the time line can represent (Track Control). |
| TimeLineMin |
Gets/sets the minimum value the time line can represent (Track Control). |
| TimeLinePosition |
Gets/sets the position of the Time Line Marker. |
| ToolTipContext |
ToolTipContext object represents the tool tip window used to display tool tips. |
| TopRowIndex |
Returns or sets the index of the topmost row; can scroll a row to the top of view. |
| TrapTabKey |
Specifies whether the TAB key will be trapped and exposed to the BeginEdit event for edit controls. |
| UndoManager |
Manager used to Undo and Redo operations in the Track Control. |
| UnrestrictedDragDrop |
Allows child rows to be dropped to any position (not just among sibling records). |
| ViewPortMax |
Gets/sets the maximum value that determines the portion (zoom/scale) of the timeline in view. |
| ViewPortMin |
Gets/sets the minimum value that determines the portion (zoom/scale) of the timeline in view. |
| VisualTheme |
Specifies the visual theme used by the control. |
| WatermarkAlignment |
Gets or sets the alignment of the watermark. |
| WorkAreaMax |
Gets/sets the maximum value of the current work area within the timeline (Track Control). |
| WorkAreaMin |
Gets/sets the minimum value of the current work area within the timeline (Track Control). |