Skip to main content
All docs
V26.1
  • BootstrapGridViewToolbar.ShowInsidePanel Property

    Specifies whether or not the Grid View’s toolbar is shown within the Panel element.

    Namespace: DevExpress.Web.Bootstrap

    Assembly: DevExpress.Web.Bootstrap.v26.1.dll

    Declaration

    [DefaultValue(false)]
    public bool ShowInsidePanel { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true, to display a toolbar within the Panel element; otherwise, false.

    Remarks

    The toolbar position is controlled by the ShowInsidePanel and Position properties as described in the table below.

    Position = Top

    Position = Bottom

    ShowInsidePanel = true

    The toolbar is displayed in the PanelHeader

    The toolbar is displayed in the PanelFooter

    ShowInsidePanel = false

    The toolbar is displayed above the Panel element

    The toolbar is displayed below the Panel element

    To see this property in action, refer to the Grid View - Adaptive Toolbar online demo.

    See Also