The ExtendedBoundField type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ExtendedBoundField |
Constructor.
|
Methods
| Name | Description | |
|---|---|---|
Creates a duplicate copy of the current (Inherited from | ||
| (Inherited from | ||
Creates an empty (Inherited from | ||
| (Inherited from | ||
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Formats the specified field value for a cell in the (Inherited from | ||
Retrieves the value used for a field's value when rendering the (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Retrieves the value of the field bound to the (Inherited from | ||
Initializes the (Inherited from | ||
Initializes the specified (Inherited from | ||
Initializes the specified (Inherited from | ||
Restores the previously stored view-state information for this field. (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnDataBindField |
Bind data event handler.
(Overrides | |
Raises the FieldChanged event. (Inherited from | ||
Saves the changes made to the (Inherited from | ||
Returns a string that represents this (Inherited from | ||
Causes the (Inherited from | ||
Determines whether the controls contained in a (Inherited from |
Extension Methods
| Name | Description | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Fields
| Name | Description | |
|---|---|---|
| ALL_DATA |
Constant representing that all data will be provided to the field
|
Properties
| Name | Description | |
|---|---|---|
Gets or sets text that is rendered as the AbbreviatedText property value in some controls. (Inherited from | ||
| Action |
Field action.
| |
| ActionParameters |
Item action parameters fields.
| |
Gets or sets a value indicating whether the formatting string specified by the (Inherited from | ||
| CommandArgument |
Command argument.
| |
Gets a reference to the data control that the (Inherited from | ||
Gets the style of any Web server controls contained by the (Inherited from | ||
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. (Inherited from | ||
Gets or sets the name of the data field to bind to the (Inherited from | ||
Gets or sets the string that specifies the display format for the value of the field. (Inherited from | ||
Gets a value indicating whether a data control field is currently viewed in a design-time environment. (Inherited from | ||
| ExternalSourceName |
External source name.
| |
Gets or sets the style of the footer of the data control field. (Inherited from | ||
Gets or sets the text that is displayed in the footer item of a data control field. (Inherited from | ||
Gets or sets the URL of an image that is displayed in the header item of a data control field. (Inherited from | ||
Gets or sets the style of the header of the data control field. (Inherited from | ||
Gets or sets the text that is displayed in the header of a data control. (Inherited from | ||
Gets or sets a value indicating whether field values are HTML-encoded before they are displayed in a (Inherited from | ||
Gets or sets a value that indicates whether text that is created by applying the (Inherited from | ||
| Icon |
UniGrid column icon.
| |
Gets a value indicating whether the (Inherited from | ||
Gets a value indicating whether the (Inherited from | ||
Gets the style of any text-based content displayed by a data control field. (Inherited from | ||
| LocalizeStrings |
Localize the string in the displayed data?
| |
| MaxLength |
Field text max length.
| |
| NavigateUrl |
Field hyperlink url.
| |
Gets or sets the caption displayed for a field when the field's value is null. (Inherited from | ||
Gets or sets a value indicating whether the value of the field can be modified in edit mode. (Inherited from | ||
Gets or sets a value indicating whether the header item of a data control field is rendered. (Inherited from | ||
Gets or sets a sort expression that is used by a data source control to sort data. (Inherited from | ||
| Style |
Item style.
| |
Gets a value indicating whether HTML encoding is supported by a (Inherited from | ||
| Target |
Field hyperlink target.
| |
| TooltipEncode |
Indicates if tooltip should be encoded.
| |
| TooltipExternalSourceName |
Tooltip external source name.
| |
| TooltipSourceName |
Tooltip source name.
| |
| TooltipWidth |
Tooltip width.
| |
Gets a dictionary of state information that allows you to save and restore the view state of a (Inherited from | ||
Gets or sets a value indicating whether a data control field is rendered. (Inherited from |
Events
| Name | Description | |
|---|---|---|
| OnExternalDataBound |
Event raised when external source data required.
|
See Also