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

TableView.RowIndicatorContentTemplate Property

Gets or sets the template that defines a row indicator‘s appearance. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.2.dll

Declaration

public DataTemplate RowIndicatorContentTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that defines the presentation of row indicators.

Remarks

The Row Indicator Panel represents a region displayed at the left edge of a Table 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). Use the RowIndicatorContentTemplate property, to define a custom presentation of contents displayed within row indicator cells.

RowIndicatorPanel

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RowIndicatorContentTemplate property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also