Show / Hide Table of Contents

Class RowSelector.Commands

Contains commands implemented by RowSelector class.

Inheritance
System.Object
RowSelector.Commands
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Views
Assembly: DevZest.Data.WPF.dll
Syntax
public static class Commands

Fields

Name Description
SelectExtendedEnd

Command to select multiple consecutive rows to the last row.

SelectExtendedHome

Command to select multiple consecutive rows to the first row.

SelectExtendedPageDown

Command to select multiple consecutive rows to one page down.

SelectExtendedPageUp

Command to select multiple consecutive rows to one page up.

ToggleSelection

Command to toggle the selection mode of current row.

Properties

Name Description
MoveDown

Command to move current row down.

MoveLeft

Command to move current row left.

MoveRight

Command to move current row right.

MoveToEnd

Command to move current row to the last row.

MoveToHome

Command to move current row to the first row.

MoveToPageDown

Command to move current row to one page down.

MoveToPageUp

Command to move current row to one page up.

MoveUp

Command to move current row up.

SelectExtendedDown

Command to select multiple consecutive rows down.

SelectExtendedLeft

Command to select multiple consecutive rows left.

SelectExtendedRight

Command to select multiple consecutive rows right.

SelectExtendedUp

Command to select multiple consecutive rows up.

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