Back to Devexpress

MVCxGridViewColumn Constructors

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxgridviewcolumn-dot-ctor.md

latest1.8 KB
Original Source

MVCxGridViewColumn Constructors

Represents a column within the GridView.

NameParametersDescription
MVCxGridViewColumn()noneInitializes a new instance of the MVCxGridViewColumn class with default settings.
MVCxGridViewColumn(String, MVCxGridViewColumnType)fieldName, columnTypeInitializes a new instance of the MVCxGridViewColumn class with the specified settings.
MVCxGridViewColumn(String, String, MVCxGridViewColumnType)fieldName, caption, columnTypeInitializes a new instance of the MVCxGridViewColumn class with the specified settings.
MVCxGridViewColumn(String, String)fieldName, captionInitializes a new instance of the MVCxGridViewColumn class with the specified settings.
MVCxGridViewColumn(String)fieldNameInitializes a new instance of the MVCxGridViewColumn class with the specified setting.

See Also

MVCxGridViewColumn Class

MVCxGridViewColumn Members

DevExpress.Web.Mvc Namespace