GanttColumnBuilder<T> Methods
A Gantt column.
Name | Description |
---|---|
Alignment |
Aligns the content of the column. Mirrors the client-side alignment object. |
Allow |
Specifies whether data can be filtered by this column. Applies only if filter |
Allow |
Specifies whether data can be filtered by this column. Applies only if filter |
Allow |
Specifies whether the header filter can be used to filter data by this column. Applies only if header |
Allow |
Specifies whether the header filter can be used to filter data by this column. Applies only if header |
Allow |
Specifies whether a user can sort rows by this column at runtime. Applies only if sorting. |
Allow |
Specifies whether a user can sort rows by this column at runtime. Applies only if sorting. |
Calculate |
Calculates custom cell values. Use this function to create an unbound data column. Mirrors the client-side calculate |
Calculate |
Calculates custom cell values. Use this function to create an unbound data column. Mirrors the client-side calculate |
Calculate |
Calculates custom display values for column cells. Requires specifying the data |
Calculate |
Calculates custom display values for column cells. Requires specifying the data |
Calculate |
Specifies the column's custom rules to filter data. Mirrors the client-side calculate |
Calculate |
Specifies the column's custom rules to filter data. Mirrors the client-side calculate |
Calculate |
Calculates custom values used to sort this column. Mirrors the client-side calculate |
Calculate |
Calculates custom values used to sort this column. Mirrors the client-side calculate |
Caption |
Specifies a caption for the column. Mirrors the client-side caption object. |
Caption |
Specifies a caption for the column. Mirrors the client-side caption object. |
Cell |
Specifies a custom template for data cells. Mirrors the client-side cell |
Cell |
Specifies a custom template for data cells. Mirrors the client-side cell |
Cell |
Specifies a custom template for data cells. Mirrors the client-side cell |
Cell |
Specifies a custom template for data cells. Mirrors the client-side cell |
Css |
Specifies a CSS class to be applied to the column. Mirrors the client-side css |
Css |
Specifies a CSS class to be applied to the column. Mirrors the client-side css |
Customize |
Customizes the text displayed in column cells. Mirrors the client-side customize |
Customize |
Customizes the text displayed in column cells. Mirrors the client-side customize |
Data |
Binds the column to a field of the data |
Data |
Binds the column to a field of the data |
Data |
Casts column values to a specific data type. Mirrors the client-side data |
Encode |
Mirrors the client-side encode |
Encode |
Mirrors the client-side encode |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
False |
In a boolean column, replaces all false items with a specified text. Applies only if show |
False |
In a boolean column, replaces all false items with a specified text. Applies only if show |
Filter |
Specifies available filter operations. Applies if allow |
Filter |
Specifies available filter operations. Applies if allow |
Filter |
Specifies available filter operations. Applies if allow |
Filter |
Mirrors the client-side filter |
Filter |
Specifies the column's filter value displayed in the filter row. Mirrors the client-side filter |
Filter |
Sets the values in the header filter. Mirrors the client-side filter |
Filter |
Sets the values in the header filter. Mirrors the client-side filter |
Format |
Formats a value before it is displayed in a column cell. Mirrors the client-side format object. |
Format |
Formats a value before it is displayed in a column cell. Mirrors the client-side format object. |
Format |
Formats a value before it is displayed in a column cell. Mirrors the client-side format object. |
Format |
Formats a value before it is displayed in a column cell. Mirrors the client-side format object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Header |
Specifies a custom template for column headers. Mirrors the client-side header |
Header |
Specifies a custom template for column headers. Mirrors the client-side header |
Header |
Specifies a custom template for column headers. Mirrors the client-side header |
Header |
Specifies a custom template for column headers. Mirrors the client-side header |
Header |
Specifies data settings for the header filter. Mirrors the client-side header |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Min |
Specifies the minimum width of the column. Mirrors the client-side min |
Min |
Specifies the minimum width of the column. Mirrors the client-side min |
Option |
Specifies an option by its name. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Selected |
Specifies a filter operation that applies when users use the filter row to filter the column. Mirrors the client-side selected |
Sort |
Specifies the index according to which columns participate in sorting. Mirrors the client-side sort |
Sort |
Specifies the index according to which columns participate in sorting. Mirrors the client-side sort |
Sorting |
Specifies a custom comparison function for sorting. Applies only when sorting is performed on the client. Mirrors the client-side sorting |
Sorting |
Specifies a custom comparison function for sorting. Applies only when sorting is performed on the client. Mirrors the client-side sorting |
Sort |
Specifies the sort order of column values. Mirrors the client-side sort |
To |
Returns a string that represents the current object. Inherited from Object. |
True |
In a boolean column, replaces all true items with a specified text. Applies only if show |
True |
In a boolean column, replaces all true items with a specified text. Applies only if show |
Visible |
|
Visible |
|
Visible |
Specifies the position of the column regarding other columns in the resulting UI component. Mirrors the client-side visible |
Visible |
Specifies the position of the column regarding other columns in the resulting UI component. Mirrors the client-side visible |
Width |
Specifies the column's width in pixels or as a percentage. Ignored if it is less than min |
Width |
Specifies the column's width in pixels or as a percentage. Ignored if it is less than min |
Width |
Specifies the column's width in pixels or as a percentage. Ignored if it is less than min |
See Also