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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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.