System.Web.UI.WebControls.BoundColumn Members

The members of System.Web.UI.WebControls.BoundColumn are listed below.

See Also: Inherited members from System.Web.UI.WebControls.DataGridColumn

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.BoundColumn class.

Public Fields

static readonly
thisExprstring.

Represents the string "!". This field is read-only.

Public Properties

DataFieldstring.

Gets or sets the field name from the data source to bind to the System.Web.UI.WebControls.BoundColumn.

DataFormatStringstring.

Gets or sets the string that specifies the display format for items in the column.

ReadOnlybool.

Gets or sets a value that indicates whether the items in the System.Web.UI.WebControls.BoundColumn can be edited.

Public Methods

override
Initialize()

Resets the System.Web.UI.WebControls.BoundColumn to its initial state.

override
InitializeCell(TableCell, int, ListItemType)

Resets the specified cell in the System.Web.UI.WebControls.BoundColumn to its initial state.

Protected Methods

FormatDataValue(object) : string

Converts the specified value to the format indicated by the BoundColumn.DataFormatString property.