Skip to main content
Tab

GridViewStyles.CommandColumnItem Property

Gets the style settings used to paint command column items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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