Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class DxGridEditingTexts

    Contains options that specify texts for editing-related UI elements.

    Inheritance
    System.Object
    DxGridEditingTexts
    Namespace: Emby.Web.GenericEdit.Elements.DxGrid
    Assembly: Emby.Web.GenericEdit.dll
    Syntax
    public class DxGridEditingTexts

    Properties

    addRow

    Declaration
    public string addRow { get; set; }
    Property Value
    Type Description
    System.String

    cancelAllChanges

    Declaration
    public string cancelAllChanges { get; set; }
    Property Value
    Type Description
    System.String

    cancelRowChanges

    Declaration
    public string cancelRowChanges { get; set; }
    Property Value
    Type Description
    System.String

    confirmDeleteMessage

    Declaration
    public string confirmDeleteMessage { get; set; }
    Property Value
    Type Description
    System.String

    confirmDeleteTitle

    Declaration
    public string confirmDeleteTitle { get; set; }
    Property Value
    Type Description
    System.String

    deleteRow

    Declaration
    public string deleteRow { get; set; }
    Property Value
    Type Description
    System.String

    editRow

    Declaration
    public string editRow { get; set; }
    Property Value
    Type Description
    System.String

    saveAllChanges

    Declaration
    public string saveAllChanges { get; set; }
    Property Value
    Type Description
    System.String

    saveRowChanges

    Declaration
    public string saveRowChanges { get; set; }
    Property Value
    Type Description
    System.String

    undeleteRow

    Declaration
    public string undeleteRow { get; set; }
    Property Value
    Type Description
    System.String

    validationCancelChanges

    Declaration
    public string validationCancelChanges { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.