Categories
Introduction
The Categories member provides more detailed control over a DataUiGrid. The easiest way to work with a DataUiGrid is to assign its Instance and let it automatically create UI for all public members. Working with Categories requires more code but gives the most flexibility in setting up a grid.
Example
The following makes the grid only show a single value called "Some Value" which always has a value of 10. An actual implementation may modify some backing variable.
Last updated