Represents a Column in a Summary Table.
Methods
|
Name |
Description |
|
Clear |
Clears this object and sets all of its properties to their defaults. |
|
Clone |
Clone this Summary Table Column. |
Properties
|
Name |
Description |
|
CssClass |
CSS classes that can be used by an HTML renderer. |
|
DataType |
The Data Type. This may be used by a renderer to decide the text alignment and width of the column. |
|
HideRule |
A Rule that can be used by a renderer to decide whether to Hide this column. |
|
MaxDisplayChars |
The Maximum Number of Characters that this column should reach before an ellipsis is show which can be clicked to see remaining text. |
|
NoBreakChars |
The Number of Characters that this column should reach before a renderer allows the text to wrap. |
|
Sortable |
Indicates whether this column should be Sortable (if supported). |
|
TextAlign |
The Cell Text Alignment. |
|
TextAlignResolved Read-Only |
The Cell Text Alignment. If TextAlign is 'Default' this will return a value based upon this Column's DataType property. |
|
WidthChars |
The number of Characters to size this column. This is an approximate value that can be used by renderers. |
|
WidthHtml |
The Column Width in units that can be used by an HTML renderer in preference to the WidthChars property, e.g., 20%, 8em. |
|
WidthReport |
The Column Width in twips that can be used by a Report renderer, e.g., 800. |
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0