The members of System.Web.UI.WebControls.BoundField are listed below.
See Also: Inherited members from System.Web.UI.WebControls.DataControlField
Initializes a new instance of the System.Web.UI.WebControls.BoundField class. |
static readonly | ThisExpression | string.
Represents the "this" expression. |
ApplyFormatInEditMode | bool.
Gets or sets a value indicating whether the formatting string specified by the BoundField.DataFormatString property is applied to field values when the data-bound control that contains the System.Web.UI.WebControls.BoundField object is in edit mode. | |
ConvertEmptyStringToNull | bool.
Gets or sets a value indicating whether empty string values ("") are automatically converted to null values when the data field is updated in the data source. | |
DataField | string.
Gets or sets the name of the data field to bind to the System.Web.UI.WebControls.BoundField object. | |
DataFormatString | string.
Gets or sets the string that specifies the display format for the value of the field. | |
override | HeaderText | string.
Gets or sets the text that is displayed in the header of a data control. |
HtmlEncode | bool.
Gets or sets a value indicating whether field values are HTML-encoded before they are displayed in a System.Web.UI.WebControls.BoundField object. | |
NullDisplayText | string.
Gets or sets the caption displayed for a field when the field's value is null. | |
ReadOnly | bool.
Gets or sets a value indicating whether the value of the field can be modified in edit mode. |
[read-only] | SupportsHtmlEncode | bool.
Gets a value indicating whether HTML encoding is supported by a System.Web.UI.WebControls.BoundField object. |
override | ExtractValuesFromCell(System.Collections.Specialized.IOrderedDictionary, DataControlFieldCell, DataControlRowState, bool)
| |
override | Initialize(bool, System.Web.UI.Control)
| |
override | InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, int)
| |
override | ValidateSupportsCallback()
|
override | CopyProperties(DataControlField)
| |
override | CreateField()
| |
FormatDataValue(object, bool)
| ||
GetDesignTimeValue()
| ||
GetValue(System.Web.UI.Control)
| ||
InitializeDataCell(DataControlFieldCell, DataControlRowState)
| ||
OnDataBindField(object, EventArgs)
|