Class DxGridEditingTexts
Contains options that specify texts for editing-related UI elements.
Inheritance
System.Object
DxGridEditingTexts
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