TableControlBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A helper class for defining table controls
public ref class TableControlBuilder sealed
public sealed class TableControlBuilder
type TableControlBuilder = class
Public NotInheritable Class TableControlBuilder
- Inheritance
-
TableControlBuilder
Methods
AddHeader(Alignment, Int32, String) |
Add a header |
EndTable() |
Complete a table definition |
GroupByProperty(String, CustomControl, String) |
Group instances by the property name with an optional label. |
GroupByScriptBlock(String, CustomControl, String) |
Group instances by the script block expression with an optional label. |
StartRowDefinition(Boolean, IEnumerable<String>, IEnumerable<DisplayEntry>) |
Add a header |