GridViewStyles.CommandColumnItem Property
In This Article
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 |
---|---|
Grid |
A Grid |
#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