Back to Devexpress

GridViewSettings.CommandColumn Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-7e27c600.md

latest1.2 KB
Original Source

GridViewSettings.CommandColumn Property

Provides access to the GridView’s command column.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
MVCxGridViewCommandColumn

A MVCxGridViewCommandColumn object representing the grid command column.

|

See Also

Grid View

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace