Search
PropertyGridContent Properties
 


 Public Properties

  Name Description

activeEditor

Gets the active editor.

allowCellSelect

Gets or sets a value, indicating whether single cell selection is enabled.

allowEdit

Gets or sets a value, indicating whether inplace editing is enabled.

allowScroll

Gets or sets a value, indicating whether scrolling is enabled.

contentClientHeight

Gets the height of rows viewport minus the horizontal scrollbar height.

contentHeight

Gets the height of rows viewport.

editReadonlyProperties

Gets a value indicating whether properties that don't have setters can be edited.

focusedCell

Gets the active grid cell.

model

Gets or sets the effective data model of this grid.

scrollRow

Gets or sets the index of the first visible row.

selectedCells

Gets the selected cells.

showAllProperties

Gets a value indicating whether to enumerate the properties that don't have setters.

showReadonlyProperties

Gets a value indicating whether to enumerate the properties that don't have setters.

sortAscending

Gets or sets a value, indicating whether the sorting is in Ascending order.

sortedColumn

Gets or sets the index of the column, by which the data is sorted.

 See Also