Skip to main content
Tab

GridViewCommandColumnStyle Class

Provides the style settings used to paint cells within a command column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GridViewCommandColumnStyle :
    AppearanceStyle

The following members return GridViewCommandColumnStyle objects:

Remarks

These settings can be accessed using the GridViewStyles.CommandColumn property.

See Also