DataTableColumnDefinition Properties
The DataTableColumnDefinition type exposes the following members.
Properties
Name | Description | |
---|---|---|
AppendTitle |
Gets or sets a value indicating whether [append title].
|
|
ClassName |
Gets or sets the name of the class.
|
|
ContentPadding |
Gets or sets the content padding.
|
|
CreatedCell |
Gets or sets the created cell.
|
|
DataField |
Gets or sets the data field.
|
|
DataTableFormat |
Gets the data table format.
|
|
DataType |
Gets or sets the type of the data.
|
|
DefaultContent |
Gets or sets the default content.
|
|
RenderFunction |
The name of the render function to call.
Signature needs to be defined as functionName(sender, data, type, row, meta)
Usage: RenderFunction = "functionName";
|
|
Searchable |
Gets or sets a value indicating whether this DataTableColumnDefinition is searchable.
|
|
Sortable |
Gets or sets a value indicating whether this DataTableColumnDefinition is sortable.
|
|
Title |
Gets or sets the title.
|
|
Visible |
Gets or sets a value indicating whether this DataTableColumnDefinition is visible.
|
|
Width |
Gets or sets the width.
|