Summary
Options for the
HtmlDxDataGrid
template.
- Assembly
- Cake
.Issues .Reporting .Generic .dll - Namespace
- Cake
.Issues .Reporting .Generic - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["HtmlDxDataGridOption"]
class Type type-node
Syntax
public sealed class HtmlDxDataGridOption : Enum
Fields
Name | Constant Value | Summary |
---|---|---|
AdditionalColumns | 44 |
List of
HtmlDxDataGridColumnDescription for additional columns which should be added to the grid.
Default value is an empty list.
static
|
ColumnSortOrder | 31 |
Sort order of the
Column column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
ColumnVisible | 30 |
static
|
DevExtremeLocation | 47 |
Location where the DevExtreme libraries can be found.
Below the location there needs to be a folder matching
DevExtremeVersion and
inside there subfolders js and css .
The following files need to be available:
https://cdn3.devexpress.com/jslib/ .
static
|
DevExtremeVersion | 48 |
Version of the DevExtreme libraries which should be used.
If setting this the matching
JQueryVersion needs to also be set.
Default value is 20.1.6 .
static
|
EnableExporting | 50 |
Flag if exporting to Microsoft Excel should be available or not.
Either
true or false .
Default value is false .
static
|
EnableFiltering | 5 |
Flag if filtering should be available or not.
Either
true or false .
Default value is true .
static
|
EnableGrouping | 4 |
Flag if the group panel which allows end-user grouping should be visible or not.
Either
true or false .
If false grouping defined by GroupedColumns is still applied.
Default value is true .
static
|
EnableSearching | 3 |
Flag if the search panel for full text searching should be visible or not.
Either
true or false .
Default value is true .
static
|
EndColumnSortOrder | 33 |
Sort order of the
EndColumn column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
EndColumnVisible | 32 |
Flag if the
EndColumn column should be visible or not.
Either true or false .
Default value is false .
static
|
EndLineSortOrder | 29 |
Sort order of the
EndLine column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
EndLineVisible | 28 |
static
|
ExportFileName | 51 |
Default name of Microsoft Excel file without file name extension.
Default value is
issue-report .
static
|
File |
23 |
Sort order of the
FileDirectory column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
FileDirectoryVisible | 22 |
Flag if the
FileDirectory column should be visible or not.
Either true or false .
Default value is true .
static
|
FileNameSortOrder | 25 |
Sort order of the
FileName column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
FileNameVisible | 24 |
static
|
FilePathSortOrder | 21 |
Sort order of the
FilePath column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
FilePathVisible | 20 |
static
|
GroupedColumns | 42 |
List of
ReportColumn which should be grouped.
Grouped columns are always visible.
Default value is ProviderName and Run .
static
|
Ide |
49 |
Settings for having functionality to open files affected by issues in IDEs.
Value needs to be an instance of
IdeIntegrationSettings .
Default value is null .
static
|
JQueryLocation | 45 |
Location where jQuery can be found.
The following files need to be available:
https://ajax.aspnetcdn.com/ajax/jquery/ .
static
|
JQueryVersion | 46 |
Version of jQuery which should be used.
This version needs to match the version required by the selected
DevExtremeVersion .
Default value is 3.5.0 .
static
|
JsZipLocation | 52 |
Location where JSZip can be found.
Below the location there needs to be a folder matching
JsZipVersion .
The following files need to be available:
https://cdnjs.cloudflare.com/ajax/libs/jszip/ .
static
|
JsZipVersion | 53 |
Version of JsZip which should be used.
This version needs to match the version required by the selected
DevExtremeVersion .
Default value is 3.2.2 .
static
|
LineSortOrder | 27 |
Sort order of the
Line column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
LineVisible | 26 |
static
|
LocationSortOrder | 35 |
Sort order of the
Location column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
LocationVisible | 34 |
static
|
MessageSortOrder | 41 |
Sort order of the
Message column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
MessageVisible | 40 |
static
|
Priority |
15 |
Sort order of the
PriorityName column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Descending .
static
|
PriorityNameVisible | 14 |
Flag if the
PriorityName column should be visible or not.
Either true or false .
Default value is true .
static
|
PrioritySortOrder | 13 |
Sort order of the
Priority column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Descending .
static
|
PriorityVisible | 12 |
static
|
ProjectNameSortOrder | 19 |
Sort order of the
ProjectName column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
ProjectNameVisible | 18 |
Flag if the
ProjectName column should be visible or not.
Either true or false .
Default value is true .
static
|
ProjectPathSortOrder | 17 |
Sort order of the
ProjectPath column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
ProjectPathVisible | 16 |
Flag if the
ProjectPath column should be visible or not.
Either true or false .
Default value is false .
static
|
Provider |
9 |
Sort order of the
ProviderName column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
ProviderNameVisible | 8 |
Flag if the
ProviderName column should be visible or not.
Either true or false .
Default value is true .
static
|
Provider |
7 |
Sort order of the
ProviderType column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
ProviderTypeVisible | 6 |
Flag if the
ProviderType column should be visible or not.
Either true or false .
Default value is false .
static
|
RuleSortOrder | 37 |
Sort order of the
Rule column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
RuleUrlSortOrder | 39 |
Sort order of the
RuleUrl column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
RuleUrlVisible | 38 |
static
|
RuleVisible | 36 |
static
|
RunSortOrder | 11 |
Sort order of the
Run column if it is part of SortedColumns .
See ColumnSortOrder for possible values.
Default value is Ascending .
static
|
RunVisible | 10 |
Flag if the
Run column should be visible or not.
Either true or false .
Default value is true if any issue contains run information, otherwise false .
static
|
ShowHeader | 2 |
Flag if the title should be shown as header on the top of the page.
Either
true or false .
Default value is true .
static
|
SortedColumns | 43 |
List of
ReportColumn which should be sorted.
Default value is PriorityName , ProjectName ,
FileDirectory , FileName , Line .
static
|
Theme | 1 |
DevExtreme theme to use.
See
DevExtremeTheme for possible values.
Default value is Light .
static
|
Title | 0 |
Title of the report.
Default value is
Issues Report .
static
|
value__ |
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|