Represents a content grid in a PropertyGrid control.
The following tables list the members exposed by the PropertyGridContent type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the PropertyGridContent class. |
Name | Description | |
---|---|---|
![]() |
Gets the active editor. |
|
![]() |
Gets or sets a value, indicating whether single cell selection is enabled. |
|
![]() |
Gets or sets a value, indicating whether inplace editing is enabled. |
|
![]() |
Gets or sets a value, indicating whether scrolling is enabled. |
|
![]() |
Gets the height of rows viewport minus the horizontal scrollbar height. |
|
![]() |
Gets the height of rows viewport. |
|
![]() |
Gets a value indicating whether properties that don't have setters can be edited. |
|
![]() |
Gets the active grid cell. |
|
![]() |
Gets or sets the effective data model of this grid. |
|
![]() |
Gets or sets the index of the first visible row. |
|
![]() |
Gets the selected cells. |
|
![]() |
Gets a value indicating whether to enumerate the properties that don't have setters. |
|
![]() |
Gets a value indicating whether to enumerate the properties that don't have setters. |
|
![]() |
Gets or sets a value, indicating whether the sorting is in Ascending order. |
|
![]() |
Gets or sets the index of the column, by which the data is sorted. |
Name | Description | |
---|---|---|
![]() |
Recalculates grid's dimensions. |
|
![]() |
Control.attach override. |
|
![]() |
Ensures that the specified row is visible. |
|
![]() |
Control.detach override. |
|
![]() |
Disposes the active grid cell editor. |
|
![]() |
Disposes the current context menu. |
|
![]() |
Control.draw override. |
|
![]() |
Sets the focus to the cell at the specified position. |
|
![]() |
Gets the DOM element of the cell in the specified coordinates. |
|
![]() |
Gets the width of the specified grid column. |
|
![]() |
Gets the row with the specified key. |
|
![]() |
Gets the DOM element of the specified row. |
|
![]() |
Gets the key of the row at the specified index. |
|
![]() |
Groups by the specified column. |
|
![]() |
Checks if the row at the specified index is currently visible. |
|
![]() |
Refreshes the grid after external modifications to the grid model. |
|
![]() |
Repaints the grid contents. |
|
![]() |
Repaints a range of rows. |
|
![]() |
Selects the cell at the specified position. |
|
![]() |
Selects the rows in the specified range. |
|
![]() |
Sets the width of the first grid column. |
|
![]() |
Sorts by the specified column and sort direction. |
Name | Description | |
---|---|---|
![]() |
Raised when a cell is selected. |
|
![]() |
Raised before a cell is selected. |
|
![]() |
Raised when a column is sorted. |
|
![]() |
Raised when a column is sorted. |
|
![]() |
Raised when a new row is created. |
|
![]() |
Raised before a new row is created. |
|
![]() |
Raised when a row is deleted. |
|
![]() |
Raised before a row is deleted. |
|
![]() |
Raised when a row is expanded. |
|
![]() |
Raised before a row is expanded. |
|
![]() |
Raised when a row data is loading. |
|
![]() |
Raised when a row is rendered. |
|
![]() |
Raised when a row is selected. |
|
![]() |
Raised before a row is selected. |
|
![]() |
Raised when a row is updated. |
|
![]() |
Raised before a row is updated. |