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.1.dll

Declaration

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

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:

See Also