Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

#Declaration

public class VGridControl :
    VGridControlBase,
    IFilteringUIClient,
    IFilterCriteriaBindingAware,
    IFilterPanelOwner,
    ISupportFilterCriteriaDisplayStyle,
    INavigatableControl,
    IDataControllerVisualClient,
    IDataControllerValidationSupport,
    IDataControllerCurrentSupport,
    IDataControllerData2,
    IDataControllerData,
    IBoundControl,
    IDataControllerSort,
    IFilteredComponentBase,
    IFilteredComponent,
    IEvaluatorDataAccess

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:

#Implements

See Also