GridViewAdaptiveCommandButtonSettings Class
In This Article
Provide access to properties that allow customizing settings of grid adaptive command buttons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GridViewAdaptiveCommandButtonSettings :
GridViewCommandButtonSettings
#Related API Members
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
#Inheritance
See Also