Vertical Grid

A VerticalGridPropertyEditor is used to display an individual object. Object properties are displayed in tabular form, which allows compact layout of data in Detail View. This style of representation an object borrowed from System.Windows.Forms.PropertyGrid.

To see the VerticalGridPropertyEditor in action, refer to the Main|Classifiers|Emplowee section in the Xafari Northwind demo installed with Xafari. In the image below Detail View for Employee object was generated using the VerticalGridPropertyEditor.

Windows Forms:

vertical_grid_property_editor

ASP.NET:

vertical_grid_property_editor_2

To learn more about the VerticalGridPropertyEditor, refer to the following documents: