skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadGridViewCommands

Provides commands for RadGridView.

Inheritance
System.Object
RadGridViewCommands
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll

Syntax

public static class RadGridViewCommands : Object

Properties

ActivateRow

Gets value that represents the select current item command.

Declaration
public static ICommand ActivateRow { get; }
Property Value
System.Windows.Input.ICommand

The select current item command.

BeginEdit

Gets value that represents the begin edit command.

Declaration
public static ICommand BeginEdit { get; }
Property Value
System.Windows.Input.ICommand

The begin edit command.

BeginInsert

Gets value that represents the begin insert command.

Declaration
public static ICommand BeginInsert { get; }
Property Value
System.Windows.Input.ICommand

The begin insert command.

CancelCellEdit

Gets value that represents the cancel cell edit command.

Declaration
public static ICommand CancelCellEdit { get; }
Property Value
System.Windows.Input.ICommand

The cancel cell edit command.

CancelRowEdit

Gets value that represents the cancel row edit command.

Declaration
public static ICommand CancelRowEdit { get; }
Property Value
System.Windows.Input.ICommand

The cancel row edit command.

CloseSearchPanel

Gets value that represents the close search panel command.

Declaration
public static ICommand CloseSearchPanel { get; }
Property Value
System.Windows.Input.ICommand

The close search panel command.

CollapseHierarchyItem

Gets a value that represents the CollapseHierarchyItem command.

Declaration
public static ICommand CollapseHierarchyItem { get; }
Property Value
System.Windows.Input.ICommand

The CollapseHierarchyItem command.

CommitCellEdit

Gets value that represents the commit cell edit command.

Declaration
public static ICommand CommitCellEdit { get; }
Property Value
System.Windows.Input.ICommand

The commit cell edit command.

CommitEdit

Gets value that represents the commit edit command.

Declaration
public static ICommand CommitEdit { get; }
Property Value
System.Windows.Input.ICommand

The commit edit command.

Copy

Gets value that represents the copy command.

Declaration
public static ICommand Copy { get; }
Property Value
System.Windows.Input.ICommand

The copy command.

Delete

Gets value that represents the delete command.

Declaration
public static ICommand Delete { get; }
Property Value
System.Windows.Input.ICommand

The delete command.

ExpandHierarchyItem

Gets a value that represents the ExpandHierarchyItem command.

Declaration
public static ICommand ExpandHierarchyItem { get; }
Property Value
System.Windows.Input.ICommand

The ExpandHierarchyItem command.

ExtendSelectionToCurrentUnit

Gets value that represents the ExtendSelectionToCurrentUnit command.

Declaration
public static ICommand ExtendSelectionToCurrentUnit { get; }
Property Value
System.Windows.Input.ICommand

The select current item command.

FilterColumn

Gets a value that represents the FilterColumn command.

Declaration
public static ICommand FilterColumn { get; }
Property Value
System.Windows.Input.ICommand

The FilterColumn command.

GroupColumn

Gets a value that represents the GroupColumn command.

Declaration
public static ICommand GroupColumn { get; }
Property Value
System.Windows.Input.ICommand

The GroupColumn command.

MoveBottom

Gets value that represents the move bottom command.

Declaration
public static ICommand MoveBottom { get; }
Property Value
System.Windows.Input.ICommand

The move bottom command.

MoveDown

Gets value that represents the move down command.

Declaration
public static ICommand MoveDown { get; }
Property Value
System.Windows.Input.ICommand

The move down command.

MoveEnd

Gets value that represents the move end command.

Declaration
public static ICommand MoveEnd { get; }
Property Value
System.Windows.Input.ICommand

The move end command.

MoveFirst

Gets value that represents the move first command.

Declaration
public static ICommand MoveFirst { get; }
Property Value
System.Windows.Input.ICommand

The move first command.

MoveHome

Gets value that represents the move home command.

Declaration
public static ICommand MoveHome { get; }
Property Value
System.Windows.Input.ICommand

The move home command.

MoveLast

Gets value that represents the move last command.

Declaration
public static ICommand MoveLast { get; }
Property Value
System.Windows.Input.ICommand

The move last command.

MoveLeft

Gets value that represents the move left command.

Declaration
public static ICommand MoveLeft { get; }
Property Value
System.Windows.Input.ICommand

The move left command.

MoveNext

Gets value that represents the move next command.

Declaration
public static ICommand MoveNext { get; }
Property Value
System.Windows.Input.ICommand

The move next command.

MovePageDown

Gets value that represents the move page down command.

Declaration
public static ICommand MovePageDown { get; }
Property Value
System.Windows.Input.ICommand

The move page down command.

MovePageUp

Gets value that represents the move page up command.

Declaration
public static ICommand MovePageUp { get; }
Property Value
System.Windows.Input.ICommand

The move page up command.

MovePrevious

Gets value that represents the move previous command.

Declaration
public static ICommand MovePrevious { get; }
Property Value
System.Windows.Input.ICommand

The move previous command.

MoveRight

Gets value that represents the move right command.

Declaration
public static ICommand MoveRight { get; }
Property Value
System.Windows.Input.ICommand

The move right command.

MoveTop

Gets value that represents the move top command.

Declaration
public static ICommand MoveTop { get; }
Property Value
System.Windows.Input.ICommand

The move top command.

MoveUp

Gets value that represents the move up command.

Declaration
public static ICommand MoveUp { get; }
Property Value
System.Windows.Input.ICommand

The move up command.

Paste

Gets value that represents the paste command.

Declaration
public static ICommand Paste { get; }
Property Value
System.Windows.Input.ICommand

The paste command.

Search

Gets value that represents the search command.

Declaration
public static ICommand Search { get; }
Property Value
System.Windows.Input.ICommand

The search command.

SearchByText

Gets value that represents the search command by text.

Declaration
public static ICommand SearchByText { get; }
Property Value
System.Windows.Input.ICommand

The search command.

SelectCurrentItem

Gets value that represents the select current item command.

Declaration
public static ICommand SelectCurrentItem { get; }
Property Value
System.Windows.Input.ICommand

The select current item command.

SelectCurrentUnit

Gets value that represents the SelectCurrentUnit command.

Declaration
public static ICommand SelectCurrentUnit { get; }
Property Value
System.Windows.Input.ICommand

The select current item command.

SortAdditionalColumn

Gets a value that represents the SortAdditionalColumn command.

Declaration
public static ICommand SortAdditionalColumn { get; }
Property Value
System.Windows.Input.ICommand

The SortAdditionalColumn command.

SortColumn

Gets a value that represents the SortColumn command.

Declaration
public static ICommand SortColumn { get; }
Property Value
System.Windows.Input.ICommand

The SortColumn command.

ToggleFilterEditor

Gets a value that represents the ToggleFilterEditor command.

Declaration
public static ICommand ToggleFilterEditor { get; }
Property Value
System.Windows.Input.ICommand

The ToggleFilterEditor command.

TogglePinnedRowState

Gets value that represents the toggle pinned row command.

Declaration
public static ICommand TogglePinnedRowState { get; }
Property Value
System.Windows.Input.ICommand

The toggle pinned row state command.

Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.