Back to Devexpress

GridViewStyles.CommandColumn Property

aspnet-devexpress-dot-web-dot-gridviewstyles-540f883c.md

latest1.6 KB
Original Source

GridViewStyles.CommandColumn Property

Gets the style settings used to paint the Command Column‘s cells.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public GridViewCommandColumnStyle CommandColumn { get; }
vb
Public ReadOnly Property CommandColumn As GridViewCommandColumnStyle

Property Value

TypeDescription
GridViewCommandColumnStyle

A GridViewCommandColumnStyle object that contains style settings used to paint the Command column’s cells.

|

Remarks

The style settings used to paint the command column’s items, can be accessed via the GridViewStyles.CommandColumnItem property.

See Also

CommandColumnItem

Grid View

GridViewStyles Class

GridViewStyles Members

DevExpress.Web Namespace