AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

DataTableColumnDefinition Members

The DataTableColumnDefinition type exposes the following members.

Properties


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