git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@26 05c56307-c608-d34a-929d-697000501d7a
13 lines
498 B
Plaintext
13 lines
498 B
Plaintext
This is a design time demo. It shows you how to adjust an unbound grid at design time.
|
|
|
|
To edit Layout and Data:
|
|
|
|
- right click with the mouse on the GridView entry (located above the Grid's bottom right corner, in this case named as 'bvCars') and then select the 'Edit Layout and Data ...' item.
|
|
|
|
With the Layout editor you can:
|
|
|
|
- edit the view's layout via the mouse (e.g. using drag&drop).
|
|
|
|
- edit data in the same way as at runtime.
|
|
|
|
Check also how little source code is required. |