The Grid type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Appearance |
Gets appearances and visual styles, defined for the current instance of the Grid.
| |
| BackColor |
Gets or sets the background color for the control.
(Overrides Control..::..BackColor.) | |
| CustomSort |
Gets or sets an implementation of ICustomSort interface to customize Row ordering or sorting.
| |
| DataConnection |
Gets the data source properties.
| |
| DataMember |
Gets or sets the name of the list or table in the data source for which the Grid is displaying data.
| |
| DataObjects | ||
| DataSource |
Gets or sets the data source that the Grid is displaying data for.
| |
| DataSourceRows |
Gets a collection of Row that contain the data bound to the grid via Grid.DataSource property.
| |
| DefaultSize |
Gets the default size of the control.
(Overrides Control..::..DefaultSize.) | |
| DragAndDrop |
Gets the drag and drop settings.
| |
| EditInPlace |
Gets the edit in place settings.
| |
| Filter |
Sets and gets a new filter interface.
| |
| FocusedRow |
Gets the focused row in the Grid.
| |
| FocusSettings |
Gets the focus settings of the Grid such as the focus mode, color, painting mode, etc...
| |
| HeaderContextMenu |
Gets a context menu control that is displayed when the user tries to configure header columns.
| |
| Headers |
Gets a collection of Headers.
| |
| Hierarchy |
Gets the hierarchy settings.
| |
| Highlighting |
Gets the highlighting settings, such as the highlight interval, color, mode, fading effect parameters...
| |
| HitTests |
Gets elements by their location inside the grid.
| |
| IsOptimizedDrawing |
Gets or sets a value indicating whether the grid optimizes the drawing.
| |
| Navigation |
Specifies the navigation in the Grid.
| |
| Nodes |
Gets a collection of both visible and invisible rows at the top hierarchy level
| |
| PrintDocument |
Print document
| |
| PrintSettings |
Print settings
| |
| Render |
Gets or sets IRender to perform basic painting operations.
| |
| Rows |
Gets a collection of all visible Rows.
| |
| RowSelector | ||
| ScrollManager |
Gets the scroll manager.
| |
| Selection |
Gets a collection of selected Rows.
| |
| SerializationState |
Gets or sets grid serialization state (headers, column width, colors, etc...).
| |
| Sort | ||
| Theme |
Gets or sets the theme.
| |
| Threadsafety |
Gets the threadsafety parameters of the Grid.
| |
| Tooltips |
Gets tooltip settings.
|