Class DxGridExport
Inheritance
System.Object
DxGridExport
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridExport
Properties
allowExportSelectedData
Allows users to export selected rows only.
Declaration
public bool? allowExportSelectedData { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The allow export selected data. |
enabled
Adds the Export button to the DxDataGrid's toolbar.
Declaration
public bool? enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The enabled. |