Show / Hide Table of Contents

Method PredictSelectionMode

| Improve this Doc View Source

PredictSelectionMode(MouseButton, RowPresenter)

Predicates the selection mode by mouse button click.

Declaration
protected virtual SelectionMode? PredictSelectionMode(MouseButton mouseButton, RowPresenter row)
Parameters
Type Name Description
System.Windows.Input.MouseButton mouseButton

The mouse button click.

RowPresenter row

The RowPresenter.

Returns
Type Description
System.Nullable<System.Windows.Controls.SelectionMode>

The selection mode.

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