Back to Devexpress

GridViewAdaptiveCommandButtonSettings Class

aspnet-devexpress-dot-web-a94e83fc.md

latest2.5 KB
Original Source

GridViewAdaptiveCommandButtonSettings Class

Provide access to properties that allow customizing settings of grid adaptive command buttons.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewAdaptiveCommandButtonSettings :
    GridViewCommandButtonSettings
vb
Public Class GridViewAdaptiveCommandButtonSettings
    Inherits GridViewCommandButtonSettings

The following members return GridViewAdaptiveCommandButtonSettings objects:

Remarks

An object of the GridViewAdaptiveCommandButtonSettings type can be accessed by the ASPxGridViewCommandButtonSettings.HideAdaptiveDetailButton and ASPxGridViewCommandButtonSettings.ShowAdaptiveDetailButton properties.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase GridCommandButtonSettings GridViewCommandButtonSettings GridViewAdaptiveCommandButtonSettings BootstrapGridViewAdaptiveCommandButtonSettings

See Also

GridViewAdaptiveCommandButtonSettings Members

DevExpress.Web Namespace