Skip to main content
A newer version of this page is available. .

VGridControl Class

The grid control that displays data in a tabular form with data fields rendered as rows, and records rendered as columns. See Vertical Grid.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "VGridControl")]
public class VGridControl :
    VGridControlBase,
    IFilteringUIClient,
    IFilterCriteriaBindingAware,
    IFilterPanelOwner,
    ISupportFilterCriteriaDisplayStyle,
    INavigatableControl,
    IDataControllerVisualClient,
    IDataControllerValidationSupport,
    IDataControllerCurrentSupport,
    IDataControllerData2,
    IDataControllerData,
    IBoundControl,
    IDataControllerSort,
    IFilteredComponentBase,
    IFilteredComponent

The following members return VGridControl objects:

Remarks

The VGridControl control is an inverted version of the traditional grid control. In this control, rows represent data source fields and columns represent datasource records. To bind the vertical grid control to data, use its VGridControl.DataSource and VGridControl.DataMember properties.

VGridControl

The following are the main control features:

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the VGridControl class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also