GridViewStyles.CommandColumnItem Property
Gets the style settings used to paint command column items.
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 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