메소드 | 설명 | |
---|---|---|
ColumnPrimaryTable ( bool hideIfEmpty = false, EwfTableStyle style = EwfTableStyle.Standard, IEnumerable |
Creates a table with multiple item groups.
|
|
ColumnPrimaryTable ( bool hideIfEmpty = false, EwfTableStyle style = EwfTableStyle.Standard, IEnumerable |
Creates a table with one item group.
|
메소드 | 설명 | |
---|---|---|
ControlTreeDataLoader ( ) : void |
public ColumnPrimaryTable ( bool hideIfEmpty = false, EwfTableStyle style = EwfTableStyle.Standard, IEnumerable |
||
hideIfEmpty | bool | Set to true if you want this table to hide itself if it has no content rows. |
style | EwfTableStyle | The table's style. |
classes | IEnumerable |
The classes on the table. |
caption | string | The caption that appears above the table. Do not pass null. Setting this to the empty string means the table will have no caption. /// |
subCaption | string | The sub caption that appears directly under the caption. Do not pass null. Setting this to the empty string means there will be /// no sub caption. |
allowExportToExcel | bool | Set to true if you want an Export to Excel action link to appear. This will only work if the table consists of simple /// text (no controls). |
tableActions | Action>.IEnumerable | Table action buttons. This could be used to add a new customer or other entity to the table, for example. |
fields | IEnumerable |
The table's fields. Do not pass an empty array. |
headItems | IEnumerable |
The table's head items. |
firstDataFieldIndex | int | The index of the first data field. |
itemGroups | IEnumerable |
The item groups. |
리턴 | System |
public ColumnPrimaryTable ( bool hideIfEmpty = false, EwfTableStyle style = EwfTableStyle.Standard, IEnumerable |
||
hideIfEmpty | bool | Set to true if you want this table to hide itself if it has no content rows. |
style | EwfTableStyle | The table's style. |
classes | IEnumerable |
The classes on the table. |
caption | string | The caption that appears above the table. Do not pass null. Setting this to the empty string means the table will have no caption. /// |
subCaption | string | The sub caption that appears directly under the caption. Do not pass null. Setting this to the empty string means there will be /// no sub caption. |
allowExportToExcel | bool | Set to true if you want an Export to Excel action link to appear. This will only work if the table consists of simple /// text (no controls). |
tableActions | Action>.IEnumerable | Table action buttons. This could be used to add a new customer or other entity to the table, for example. |
fields | IEnumerable |
The table's fields. Do not pass an empty array. |
headItems | IEnumerable |
The table's head items. |
firstDataFieldIndex | int | The index of the first data field. |
items | IEnumerable |
The items. |
리턴 | System |