MVCxGridViewColumn.Columns Property
Provides access to a collection of columns that the current column combines.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxGridViewColumnCollection Columns { get; }
#Property Value
Type | Description |
---|---|
MVCx |
An MVCx |
#Remarks
The Columns property stores a collection of MVCxGridViewColumn objects which can be data columns, combined by the current column. The obtained column collection provides methods that allow you to add new and remove existing columns. Individual columns can be accessed using indexed notation.