Skip to main content

DataGridEditingTextsBuilder Members

Provides methods that allow you to configure nested options of the client-side texts object.

Constructors

Name Description
DataGridEditingTextsBuilder(OptionsOwnerContext) For internal use only. Initializes a new DataGridEditingTextsBuilder class instance.

Methods

Name Description
AddRow(JS) Mirrors the client-side addRow option.
AddRow(String) Mirrors the client-side addRow option.
CancelAllChanges(JS) Mirrors the client-side cancelAllChanges option.
CancelAllChanges(String) Mirrors the client-side cancelAllChanges option.
CancelRowChanges(JS) Mirrors the client-side cancelRowChanges option.
CancelRowChanges(String) Mirrors the client-side cancelRowChanges option.
ConfirmDeleteMessage(JS) Mirrors the client-side confirmDeleteMessage option.
ConfirmDeleteMessage(String) Mirrors the client-side confirmDeleteMessage option.
ConfirmDeleteTitle(JS) Mirrors the client-side confirmDeleteTitle option.
ConfirmDeleteTitle(String) Mirrors the client-side confirmDeleteTitle option.
DeleteRow(JS) Mirrors the client-side deleteRow option.
DeleteRow(String) Mirrors the client-side deleteRow option.
EditRow(JS) Mirrors the client-side editRow option.
EditRow(String) Mirrors the client-side editRow option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SaveAllChanges(JS) Mirrors the client-side saveAllChanges option.
SaveAllChanges(String) Mirrors the client-side saveAllChanges option.
SaveRowChanges(JS) Mirrors the client-side saveRowChanges option.
SaveRowChanges(String) Mirrors the client-side saveRowChanges option.
ToString() Returns a string that represents the current object. Inherited from Object.
UndeleteRow(JS) Mirrors the client-side undeleteRow option.
UndeleteRow(String) Mirrors the client-side undeleteRow option.
ValidationCancelChanges(JS) Mirrors the client-side validationCancelChanges option.
ValidationCancelChanges(String) Mirrors the client-side validationCancelChanges option.
See Also