Show / Hide Table of Contents

Method Select

| Improve this Doc View Source

Select(RowPresenter[])

Selects multiple rows.

Declaration
void Select(params RowPresenter[] rows)
Parameters
Type Name Description
RowPresenter[] rows

The multiple rows.

| Improve this Doc View Source

Select(RowPresenter, SelectionMode, Boolean, Action)

Selects specified RowPresenter.

Declaration
void Select(RowPresenter rowPresenter, SelectionMode selectionMode, bool ensureVisible = true, Action beforeSelecting = null)
Parameters
Type Name Description
RowPresenter rowPresenter

The specified RowPresenter.

System.Windows.Controls.SelectionMode selectionMode

The selection mode.

System.Boolean ensureVisible

Indicates whether selected row must be visible.

System.Action beforeSelecting

A delegate will be invoked before selectinng.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest