Skip to main content
A newer version of this page is available. .
Tab

GridViewStyles.CommandColumnItem Property

Gets the style settings used to paint command column items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewCommandColumnStyle CommandColumnItem { get; }

Property Value

Type Description
GridViewCommandColumnStyle

A GridViewCommandColumnStyle object that contains style settings used to paint command column items.

Remarks

Command column items are displayed within command column cells that are painted using the style settings provided by the GridViewStyles.CommandColumn property.

See Also