Skip to main content
All docs
V25.1
  • TabPanelCustomizeEventArgs.Rows Property

    Gets the collection of rows in the property grid.

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    public VGridRows Rows { get; }

    Property Value

    Type Description
    VGridRows

    An object that specifies a collection of rows in a vertical grid.

    See Also