menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KeySettings

    Show / Hide Table of Contents

    Class KeySettings

    Inheritance
    System.Object
    EJTagHelper
    KeySettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class KeySettings : EJTagHelper

    Constructors

    KeySettings()

    Declaration
    public KeySettings()

    Properties

    CancelRequest

    Gets or sets a value that indicates key to cancel the edited action in the grid.

    Declaration
    [JsonProperty("cancelRequest")]
    public string CancelRequest { get; set; }
    Property Value
    Type Description
    System.String

    DeleteRecord

    Gets or sets a value that indicates key to delete a record from the grid.

    Declaration
    [JsonProperty("deleteRecord")]
    public string DeleteRecord { get; set; }
    Property Value
    Type Description
    System.String

    DownArrow

    Gets or sets a value that indicates key to downarrow key function in the grid.

    Declaration
    [JsonProperty("downArrow")]
    public string DownArrow { get; set; }
    Property Value
    Type Description
    System.String

    EditRecord

    Gets or sets a value that indicates key to edit a record in the grid.

    Declaration
    [JsonProperty("editRecord")]
    public string EditRecord { get; set; }
    Property Value
    Type Description
    System.String

    FirstCellSelection

    Gets or sets a value that indicates key to select the first cell in the grid.

    Declaration
    [JsonProperty("firstCellSelection")]
    public string FirstCellSelection { get; set; }
    Property Value
    Type Description
    System.String

    FirstPage

    Gets or sets a value that indicates key to go to the first page action in the grid.

    Declaration
    [JsonProperty("firstPage")]
    public string FirstPage { get; set; }
    Property Value
    Type Description
    System.String

    FirstRowSelection

    Gets or sets a value that indicates key to select the first row in the grid.

    Declaration
    [JsonProperty("firstRowSelection")]
    public string FirstRowSelection { get; set; }
    Property Value
    Type Description
    System.String

    Focus

    Gets or sets a value that indicates key to focus the grid.

    Declaration
    [JsonProperty("focus")]
    public string Focus { get; set; }
    Property Value
    Type Description
    System.String

    InsertRecord

    Gets or sets a value that indicates key to insert new record on the grid.

    Declaration
    [JsonProperty("insertRecord")]
    public string InsertRecord { get; set; }
    Property Value
    Type Description
    System.String

    LastCellSelection

    Gets or sets a value that indicates key to select the last cell in the grid.

    Declaration
    [JsonProperty("lastCellSelection")]
    public string LastCellSelection { get; set; }
    Property Value
    Type Description
    System.String

    LastPage

    Gets or sets a value that indicates key to go to the last page action in the grid.

    Declaration
    [JsonProperty("lastPage")]
    public string LastPage { get; set; }
    Property Value
    Type Description
    System.String

    LastRowSelection

    Gets or sets a value that indicates key to select the last row in the grid.

    Declaration
    [JsonProperty("lastRowSelection")]
    public string LastRowSelection { get; set; }
    Property Value
    Type Description
    System.String

    LeftArrow

    Gets or sets a value that indicates key to leftarrow key function in the grid.

    Declaration
    [JsonProperty("leftArrow")]
    public string LeftArrow { get; set; }
    Property Value
    Type Description
    System.String

    MoveCellLeft

    Gets or sets a value that indicates key to move cell left in the grid.

    Declaration
    [JsonProperty("moveCellLeft")]
    public string MoveCellLeft { get; set; }
    Property Value
    Type Description
    System.String

    MoveCellRight

    Gets or sets a value that indicates key to move cell right in the grid.

    Declaration
    [JsonProperty("moveCellRight")]
    public string MoveCellRight { get; set; }
    Property Value
    Type Description
    System.String

    MultiSelectionByDownArrow

    Gets or sets a value that indicates key to multi selection by down arrow.

    Declaration
    [JsonProperty("multiSelectionByDownArrow")]
    public string MultiSelectionByDownArrow { get; set; }
    Property Value
    Type Description
    System.String

    MultiSelectionByUpArrow

    Gets or sets a value that indicates key to multi selection by up arrow.

    Declaration
    [JsonProperty("multiSelectionByUpArrow")]
    public string MultiSelectionByUpArrow { get; set; }
    Property Value
    Type Description
    System.String

    NextPage

    Gets or sets a value that indicates key to go to the next page action in the grid.

    Declaration
    [JsonProperty("nextPage")]
    public string NextPage { get; set; }
    Property Value
    Type Description
    System.String

    NextPager

    Gets or sets a value that indicates key to go to the next pager action in the grid.

    Declaration
    [JsonProperty("nextPager")]
    public string NextPager { get; set; }
    Property Value
    Type Description
    System.String

    PreviousPage

    Gets or sets a value that indicates key to go to the previous page action in the grid.

    Declaration
    [JsonProperty("previousPage")]
    public string PreviousPage { get; set; }
    Property Value
    Type Description
    System.String

    PreviousPager

    Gets or sets a value that indicates key to go to the previous pager action in the grid.

    Declaration
    [JsonProperty("previousPager")]
    public string PreviousPager { get; set; }
    Property Value
    Type Description
    System.String

    RandomSelection

    Gets or sets a value that indicates key to select the row randomly in the grid.

    Declaration
    [JsonProperty("randomSelection")]
    public string RandomSelection { get; set; }
    Property Value
    Type Description
    System.String

    RightArrow

    Gets or sets a value that indicates key to rightarrow key function in the grid.

    Declaration
    [JsonProperty("rightArrow")]
    public string RightArrow { get; set; }
    Property Value
    Type Description
    System.String

    RowDownSelection

    Gets or sets a value that indicates key to select the row downward in the grid.

    Declaration
    [JsonProperty("rowDownSelection")]
    public string RowDownSelection { get; set; }
    Property Value
    Type Description
    System.String

    RowUpSelection

    Gets or sets a value that indicates key to select the row upward in the grid.

    Declaration
    [JsonProperty("rowUpSelection")]
    public string RowUpSelection { get; set; }
    Property Value
    Type Description
    System.String

    SaveRequest

    Gets or sets a value that indicates key to save the edited record in the grid.

    Declaration
    [JsonProperty("saveRequest")]
    public string SaveRequest { get; set; }
    Property Value
    Type Description
    System.String

    SelectedGroupCollapse

    Gets or sets a value that indicates key to expand all group.

    Declaration
    [JsonProperty("selectedGroupCollapse")]
    public string SelectedGroupCollapse { get; set; }
    Property Value
    Type Description
    System.String

    SelectedGroupExpand

    Gets or sets a value that indicates key to expand selected group.

    Declaration
    [JsonProperty("selectedGroupExpand")]
    public string SelectedGroupExpand { get; set; }
    Property Value
    Type Description
    System.String

    TotalGroupCollapse

    Gets or sets a value that indicates key to collapse all group.

    Declaration
    [JsonProperty("totalGroupCollapse")]
    public string TotalGroupCollapse { get; set; }
    Property Value
    Type Description
    System.String

    TotalGroupExpand

    Gets or sets a value that indicates key to expand selected group.

    Declaration
    [JsonProperty("totalGroupExpand")]
    public string TotalGroupExpand { get; set; }
    Property Value
    Type Description
    System.String

    UpArrow

    Gets or sets a value that indicates key to uparrow key function in the grid.

    Declaration
    [JsonProperty("upArrow")]
    public string UpArrow { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved