GridViewStyles.CommandColumn Property
Gets the style settings used to paint the Command Column‘s cells.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
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