GridToolbarSettingsAdaptivity Class
In This Article
Contains settings that relate to the grid toolbar’s adaptivity.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GridToolbarSettingsAdaptivity :
PropertiesBase
#Related API Members
The following members return GridToolbarSettingsAdaptivity objects:
#Remarks
<dx:ASPxGridView runat="server" ID="Grid" ...>
<Toolbars>
<dx:GridViewToolbar>
<SettingsAdaptivity Enabled="true" EnableCollapseToSideMenu="true" .../>
<Items>
<dx:GridViewToolbarItem Command="New" />
<dx:GridViewToolbarItem Command="Edit" />
...
</Items>
</dx:GridViewToolbarItem>
...
</Toolbars>
<Columns>
...
</Columns>
</dx:ASPxGridView>
#Concept
#Online Demo
#Implements
#Inheritance
Object
StateManager
PropertiesBase
GridToolbarSettingsAdaptivity
See Also