This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.Reporting.Generic.
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 |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|