Summary
Description of a column in the
HtmlDxDataGrid
template.
- Assembly
- Cake
.Issues .Reporting .Generic .dll - Namespace
- Cake
.Issues .Reporting .Generic - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["HtmlDxDataGridColumnDescription"]
class Type type-node
Syntax
public class HtmlDxDataGridColumnDescription
Constructors
Name | Summary |
---|---|
Html |
Initializes a new instance of the HtmlDxDataGridColumnDescription class.
|
Properties
Name | Value | Summary |
---|---|---|
AllowFiltering | bool |
Gets or sets a value indicating whether data can be filtered by this column or not.
Applies only if
EnableFiltering is set.
Default value is true .
|
AllowGrouping | bool |
Gets or sets a value indicating whether the user can group data by values of this column or not.
Applies only if
EnableGrouping is set.
Default value is true .
|
AllowSorting | bool |
Gets or sets a value indicating whether a user can sort rows by this column at runtime or not.
Default value is
true .
|
Caption | string |
Gets or sets the caption of the column.
|
Id | string |
Gets the ID of the column.
|
ValueRetriever | Func |
Gets a function for retrieving the value of the column.
|
VisibleIndex | int |
Gets or sets the position of the column regarding other columns.
See
ReportColumn for values of default columns.
Default value is zero, which means that the column will be added before any default columns.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|