GridViewCommandColumnStyle Class
In This Article
Provides the style settings used to paint cells within a command column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GridViewCommandColumnStyle :
AppearanceStyle
#Related API Members
The following members return GridViewCommandColumnStyle objects:
#Remarks
These settings can be accessed using the GridViewStyles.CommandColumn property.
#Inheritance
See Also