Skip to main content
Tab

GridToolbarSettingsAdaptivity Class

Contains settings that relate to the grid toolbar’s adaptivity.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GridToolbarSettingsAdaptivity :
    PropertiesBase

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

Toolbars

Online Demo

ASPxGridView - Toolbar

Implements

Inheritance

Object
StateManager
PropertiesBase
GridToolbarSettingsAdaptivity
See Also