Skip to main content
A newer version of this page is available. .

Row Indicator Panel

The Row Indicator Panel is a region displayed at the left edge of a Table View and TreeList View. The panel contains row indicator cells corresponding to the different View sections (the column header panel, data rows, the view footer, etc). The cell relating to the focused row indicates the row state (whether it is in edit mode, has been modified, etc).

RowIndicatorPanel

 

The following icons can be displayed within the indicator panel:

  • RowIndicator_FocusedRow - Indicates a focused row;
  • RowIndicator_EditMode - Indicates that a focused row is in edit mode;
  • RowIndicator_ModifiedRow - Indicates that a focused row has been modified during editing;
  • RowIndicator_NewItemRow - Indicates the New Item Row;
  • RowIndicator_AutoFilterRow - Indicates the Auto Filter Row;
  • RowIndicator_FocusedRowErrors - Indicates that the focused row contains validation errors;
  • RowIndicator_NonFocusedRowErrors - Indicates a non-focused row containing validation errors.

 

The table below lists the main properties affecting element behavior and appearance.

Characteristics Members
Visibility TableView.ShowIndicator, TreeListView.ShowIndicator
Width TableView.IndicatorWidth, TreeListView.IndicatorWidth
Appearance TableView.RowIndicatorContentTemplate, TreeListView.RowIndicatorContentTemplate