The GridControl type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AppearanceAlternatingRowBackground | 
            Gets or sets the alternating row background brush.
              | |
| AppearanceAlternatingRowForeground | 
            Gets or sets the alternating row foreground brush.
              | |
| AppearanceCellBlinkBackground | 
            Gets or sets the cell blink background brush.
              | |
| AppearanceColumnActiveFilter | 
            Gets or sets the column active filter brush.
              | |
| AppearanceColumnBackground | 
            Gets or sets the column background brush.
              | |
| AppearanceColumnBorder | 
            Gets or sets the column border brush.
              | |
| AppearanceColumnBorderThickness | 
            Gets or sets the column border thickness.
              | |
| AppearanceColumnCornerRadius | 
            Gets or sets the column corner radius.
              | |
| AppearanceColumnFilterBorder | 
            Gets or sets the column sort border brush.
              | |
| AppearanceColumnForeground | 
            Gets or sets the column foreground brush.
              | |
| AppearanceColumnInactiveFilter | 
            Gets or sets the column inactive filter brush.
              | |
| AppearanceColumnSort | 
            Gets or sets the column sort brush.
              | |
| AppearanceColumnSortBorder | 
            Gets or sets the column sort border brush.
              | |
| AppearanceFocusBackground | 
            Gets or sets the focus background brush.
              | |
| AppearanceFocusBorder | 
            Gets or sets the focus border brush.
              | |
| AppearanceFocusBorderThickness | 
            Gets or sets the focus border thickness.
              | |
| AppearanceGroupRowBackground | 
            Gets or sets the group row background brush.
              | |
| AppearanceGroupRowForeground | 
            Gets or sets the group row foreground brush.
              | |
| AppearanceHeaderColumnPanelBackground | 
            Gets or sets the header column panel background brush.
              | |
| AppearanceHeaderColumnPanelBorder | 
            Gets or sets the header column panel border brush.
              | |
| AppearanceHeaderColumnPanelBorderThickness | 
            Gets or sets the header column panel border thickness.
              | |
| AppearanceHeaderGroupPanelBackground | 
            Gets or sets the header group panel background brush.
              | |
| AppearanceHeaderGroupPanelBorder | 
            Gets or sets the header group panel border brush.
              | |
| AppearanceHeaderGroupPanelBorderThickness | 
            Gets or sets the header group panel border thickness.
              | |
| AppearanceHeaderGroupPanelForeground | 
            Gets or sets the header group panel foreground brush.
              | |
| AppearanceHeaderSelectorBackground | 
            Gets or sets the header selector background brush.
              | |
| AppearanceHeaderSelectorBorder | 
            Gets or sets the header selector border brush.
              | |
| AppearanceHeaderSelectorBorderThickness | 
            Gets or sets the header selector border thickness.
              | |
| AppearanceHeaderSelectorForeground | 
            Gets or sets the header selector foreground brush.
              | |
| AppearanceLassoBackground | 
            Gets or sets the lasso background brush.
              | |
| AppearanceLassoBorder | 
            Gets or sets the lasso border brush.
              | |
| AppearanceLassoBorderThickness | 
            Gets or sets the lasso border thickness.
              | |
| AppearanceRowBackground | 
            Gets or sets the row background brush.
              | |
| AppearanceRowForeground | 
            Gets or sets the row foreground brush.
              | |
| AppearanceRowSelectorBackground | 
            Gets or sets the row selector background brush.
              | |
| AppearanceRowSelectorBorder | 
            Gets or sets the row selector border brush.
              | |
| AppearanceRowSelectorBorderThickness | 
            Gets or sets the row selector border thickness.
              | |
| AppearanceRowSelectorForeground | 
            Gets or sets the row selector foreground brush.
              | |
| AppearanceSelectionBackground | 
            Gets or sets the selection background brush.
              | |
| AppearanceSelectionBorder | 
            Gets or sets the selection border brush.
              | |
| AppearanceSelectionBorderThickness | 
            Gets or sets the selection border thickness.
              | |
| CustomSort | 
             Gets or sets an implementation of ICustomSort interface to customize Row ordering or sorting.
               | |
| DataObjects | 
            Provides a reverse search of Rows by data objects, already inserted  to the GridControl.
              | |
| EditingCell | 
            Gets the currently editing cell.
              | |
| Filter | 
             Sets and gets a new filter interface.
               | |
| FocusedRow | 
             Gets the currently focused Row.
               | |
| Headers | 
             Gets the header collection.
               | |
| HitTests | 
            Gets elements by their location inside the grid.
              | |
| ItemsSource | 
             Gets or sets the items source.
               | |
| Navigation | 
            Provides access to navigation methods such as KeyUp, KeyDows etc.
              | |
| Nodes | 
            Gets a collection of both visible and invisible rows at the top hierarchy level
              | |
| Rows | 
            Gets a collection of all visible rows
              | |
| Selection | 
            Gets a collection of selected rows.
              | |
| SettingsBlinking | 
             Gets or sets blinking settings such as duration.
               | |
| SettingsDataBinding | 
            Gets or sets data binding settings.
              | |
| SettingsDefaults | 
            Gets or sets default values for the current instance of the GridControl.
              | |
| SettingsDragAndDrop | 
            Gets or sets drag and drop settings.
              | |
| SettingsExpansionButtonEnabled | 
            Gets or sets a value indicating whether expansion (+/-) buttins should be visible.
              | |
| SettingsExpansionButtonWidth | 
            Gets or sets the width of expansion (+/-) buttons.
              | |
| SettingsFocus | 
            Gets or sets GridControl's focus settings.
              | |
| SettingsNavigation | 
            Gets or sets navigation settings to handle user input.
              | |
| SettingsRowSelector | 
             Gets or sets the row selector settings.
               | |
| SettingsSelection | 
            Gets or sets row selection settings.
              | |
| SettingsSorting | 
             Gets the sorting settings.
               | |
| TemplateCell | 
             Gets or sets DataTemplate for cells.
               | |
| TemplateColumn | 
             Gets or sets DataTemplate for columns.
               | |
| TemplateExpansionButtonCollapse | 
             Gets or sets the ControlTemplate that represents expansion button.
               | |
| TemplateExpansionButtonExpand | 
             Gets or sets the ControlTemplate that represents expansion button.
               | |
| TemplateGroupRow | 
             Gets or sets DataTemplate for group rows.
               | |
| TemplateRowSelector | 
            Gets or sets DataTemplate for row selectors.
              | |
| VisualChildrenCount | 
            Gets the number of visual child elements within this element.
              (Overrides FrameworkElement..::..VisualChildrenCount.) |