DataGridView Properties
A data grid view.
Name | Description |
---|---|
Actual |
Gets the string that specifies a filter currently used in the grid. |
Advanced |
Allows you to use the multi-row layout for the grid. |
Allow |
Gets or sets whether the grid performs deferred data loading on start. |
Allow |
Gets or sets whether the grid performs deferred data loading while vertical scrolling. |
Allow |
Gets or sets whether a user is allowed to drag and drop data rows within the grid. |
Allow |
Gets or sets whether a user is allowed to drag and drop data rows that are sorted or grouped. |
Allow |
Specifies whether end users can collapse and expand groups of rows. |
Allow |
Gets or sets whether the first row is selected when the view is displayed on-screen for the first time. |
Allow |
Specifies whether end users can sort data in the grid. |
Allow |
Specifies whether virtual horizontal scrolling is activated. |
Auto |
Gets or sets the Auto Filter Row‘s height. |
Auto |
Gets or sets whether columns should be automatically created for fields of the underlying data source, depending on whether the grid contains any columns. |
Border |
Gets or sets the grid border color. |
Border |
Gets or sets the grid border thickness. |
Cell |
Gets or sets the data cell appearance settings. |
Column |
Gets or sets the template that defines the visual representation of column headers. |
Column |
Gets or sets the height of column headers in the grid. |
Column |
Gets or sets the column header appearance settings. |
Columns | Provides access to the grid’s collection of columns. |
Edit |
|
Editor |
Gets or sets a gesture by which a user can invoke an in-place editor for a data cell. |
End |
Provides access to objects that contain information on action buttons shown on the right side of a data row when a user swipes the row from right to left. |
Filter |
Gets or sets the grid’s filter expression. |
Filter |
Gets or sets the grid’s filter expression string. |
Fixed |
Gets or sets the thickness of the line that separates fixed and scrollable columns. |
Full |
Specifies whether a full swipe across the row performs the first action from the grid’s Start |
Group |
Gets or sets the template that defines the visual representation of a group row caption. |
Group |
Gets the number of data row groups within a grid. |
Group |
Gets or sets the height of group rows in the grid. |
Group |
Gets or sets the group row appearance settings. |
Group |
Gets or sets the template that defines the visual representation of group rows. |
Groups |
Gets or sets whether groups of rows should appear expanded or collapsed immediately after the grid’s data is grouped. |
Group |
Provides access to the collection of group summary items. |
Group |
Gets or sets the template that defines the visual representation of summary items displayed within group rows. |
Indicator |
Gets or sets the color of the load-more (i |
Is |
Specifies whether column headers are shown in the grid. |
Is |
|
Is |
Gets whether the grid’s data is grouped. |
Is |
Gets or sets whether the horizontal scrollbar is shown in the grid. |
Is |
Gets or sets whether the load-more functionality is enabled in the grid. |
Is |
Gets or sets whether the pull-to-refresh functionality is enabled in the grid. |
Is |
Gets or sets whether the grid is read-only. |
Is |
Allows you to hide the refresh or load indicator that the grid displays when executing the pull-to-refresh or load-more operation. |
Is |
Gets or sets whether the grid is locked for updating. |
Is |
Gets or sets whether the vertical scrollbar is shown in the grid. |
Items |
Gets or sets the grid’s data source. |
Load |
Gets or sets the command executed when a user scrolls to the bottom of the grid to load new data items. |
Pull |
Gets or sets the command executed when a user pulls the grid down to request content update. |
Reduce |
Gets or sets whether the grid reduces its height to occupy the minimum space needed for its data rows. |
Restore |
|
Row |
Gets the number of data rows in a grid. |
Row |
Gets or sets the shadow color of the dragged row preview. |
Row |
Gets or sets the template that defines the visual representation of the dragged row preview displayed during the drag-and-drop operation. |
Row |
Gets or sets the height of data rows in the grid. |
Row |
Gets or sets the command executed when a user taps a row within the grid. |
Selected |
Returns an object that specifies a data source record to which a data row currently selected in the grid corresponds. |
Selected |
Gets or sets the selected row handle. |
Selection |
Gets or sets whether end users can select rows in the grid. |
Show |
Gets or sets whether to display the Auto Filter Row, which allows a user to enter a value in a column to automatically filter values in this column according to a filter condition. |
Show |
Gets or sets whether to show the filter icons in the Auto Filter Row‘s cells. |
Show |
Gets or sets whether the grid displays a column used to group data. |
Sort |
Specifies whether the grid allows data sorting by multiple columns or by a single column only. |
Start |
Provides access to objects that contain information on action buttons shown on the left side of a data row when a user swipes the row from left to right. |
Swipe |
Gets or sets the swipe item appearance settings. |
Swipe |
Gets or sets the template that defines the visual representation of grid’s swipe items. |
Total |
Provides access to the collection of total summary items. |
Total |
Gets or sets the total summary panel height. |
Total |
Gets or sets the total summary panel appearance settings. |
Total |
Gets or sets the template that defines the visual representation of total summary items. |
Total |
Specifies whether the total summary panel is displayed. |
Vertical |
Gets or sets the thickness of the grid’s vertical lines. |
Visible |
Gets the collection of visible columns. |
Visible |
Gets the total number of rows displayed within a grid. |
See Also