New to Telerik UI for WinForms? Download free 30-day trial

TableElement Properties

This article list the properties exposed by the RadVirtualGrid.TableElement.

Properties Description
RowWaitingImage Gets or sets an image for the indent cell of a row that is indicating the row is busy.
RowErrorImage Gets or sets an image for the indent cell of a row containing a data error.
CurrentRowHeaderImage Gets or sets an image for the indent cell of the current row.
EditRowHeaderImage Gets or sets an image for the indent cell of a row that is currently in edit mode.
AlternatingRowColor Gets or set the alternating row color.
EnableHotTracking Gets or sets a value indicating whether there is a visual indication for the row currently under the mouse.
FilterRowHeight Gets or sets the height of the filtering row.
NewRowHeight Gets or sets the height of the add new row.
HeaderRowHeight Gets or sets the height of the header row.
RowHeight Gets or sets the default height of data rows.
IndentColumnWidth Gets or sets the width of the indent column.
WaitingElement Gets an instance of VirtualGridWaitingElement which can be used as a busy indicator for this table element.
RowCount Gets or sets the number of rows displayed in the table element.
ColumnCount Gets or sets the number of columns displayed in the table element.
ColumnWidth Gets or sets the default column width.
RowSpacing Gets or sets the space between the rows
CellSpacing Gets or sets the space between the columns
In this article