AllowExportSelectedData(JS)
|
Allows users to export selected rows only. Mirrors the client-side allowExportSelectedData option.
|
AllowExportSelectedData(Boolean)
|
Allows users to export selected rows only. Mirrors the client-side allowExportSelectedData option.
|
Enabled(JS)
|
Adds the Export button to the DataGrid's toolbar. Mirrors the client-side enabled option.
|
Enabled(Boolean)
|
Adds the Export button to the DataGrid's toolbar. Mirrors the client-side enabled option.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
Formats(JS)
|
Specifies the availability and captions of data export buttons. Mirrors the client-side formats option.
|
Formats(IEnumerable<DataGridExportFormat>)
|
Specifies the availability and captions of data export buttons. Mirrors the client-side formats option.
|
Formats(IEnumerable<String>)
|
Specifies the availability and captions of data export buttons. Mirrors the client-side formats option.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Option(String, Object)
|
Specifies an option by its name.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Texts(Action<DataGridExportTextsBuilder>)
|
Configures the texts of export commands, buttons, and hints. Mirrors the client-side texts object.
|
ToString()
|
Returns a string that represents the current object.
|