Class ReportListColumnBaseClass
- Namespace
- Contensive.BaseClasses.LayoutBuilder
- Assembly
- CPBase.dll
The data used to build a column
public class ReportListColumnBaseClass
- Inheritance
-
ReportListColumnBaseClass
- Inherited Members
Properties
caption
public string caption { get; set; }
Property Value
captionClass
public string captionClass { get; set; }
Property Value
cellClass
public string cellClass { get; set; }
Property Value
columnWidthPercent
set as an integer between 1 and 100. This value will be added as the width of the column in a style tag
public int columnWidthPercent { get; set; }
Property Value
downloadable
public bool downloadable { get; set; }
Property Value
name
public string name { get; set; }
Property Value
sortable
public bool sortable { get; set; }
Property Value
visible
public bool visible { get; set; }