Skip to main content
A newer version of this page is available. .

DataGridColumnBuilder<T> Class

Represents a DataGrid column.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class DataGridColumnBuilder<T> :
    OptionsOwnerBuilder,
    ICollectionItem

Type Parameters

Name Description
T

The data type.

The following members return DataGridColumnBuilder objects:

Show 127 links

Remarks

Do not instantiate this class explicitly. A new DataGridColumnBuilder<T> class instance is created when you call one of the following methods:

Implements

Inheritance

Object
OptionsOwnerBuilder
DataGridColumnBuilder<T>
See Also