AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

GridColumnDefinition Constructor (String, String)

Creates a column with just a header and a data-bound property name.

Namespace:  AdvantageCMS.Web.UI.Admin
Assembly:  AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)

Syntax


public GridColumnDefinition(
	string headerText,
	string dataField
)

Parameters

headerText
Type: String
Text shown in the column header.
dataField
Type: String
Property name on the row's data object to bind to.