HtmlDxDataGridExportFormat Class

Summary

Available export formats for HtmlDxDataGrid template.
graph BT Type-->Base0["Enum"] Type["HtmlDxDataGridExportFormat"] class Type type-node

Syntax

public sealed class HtmlDxDataGridExportFormat : Enum

Fields

Name Constant Value Summary
Excel 0
Microsoft Excel (*.xlsx).
static
Pdf 1
Portable Document Format (*.pdf).
static
value__

Extension Methods

Name Value Summary
NotNull<HtmlDxDataGridExportFormat>(string) void
Throws an exception if the specified parameter's value is null.
GitHub