Click or drag to resize
ExtendedBoundField Class
Extended bound field for use within UniGrid.
Inheritance Hierarchy
SystemObject
  System.Web.UI.WebControlsDataControlField
    System.Web.UI.WebControlsBoundField
      CMS.UIControlsExtendedBoundField

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
public class ExtendedBoundField : BoundField

The ExtendedBoundField type exposes the following members.

Constructors
  NameDescription
Public methodExtendedBoundField
Constructor
Top
Fields
  NameDescription
Public fieldStatic memberALL_DATA
Constant representing that all data will be provided to the field
Top
Properties
  NameDescription
Public propertyAction
Field action.
Public propertyActionParameters
Item action parameters fields.
Public propertyCommandArgument
Command argument.
Public propertyExternalSourceName
External source name.
Public propertyIcon
UniGrid column icon.
Public propertyLocalizeStrings
Localize the string in the displayed data?
Public propertyMaxLength
Field text max length.
Public propertyNavigateUrl
Field hyperlink url.
Public propertyStyle
Item style.
Public propertyTarget
Field hyperlink target.
Public propertyTooltipEncode
Indicates if tooltip should be encoded.
Public propertyTooltipExternalSourceName
Tooltip external source name.
Public propertyTooltipSourceName
Tooltip source name.
Public propertyTooltipWidth
Tooltip width.
Top
Methods
  NameDescription
Protected methodOnDataBindField
Bind data event handler.
(Overrides BoundFieldOnDataBindField(Object, EventArgs).)
Top
Events
  NameDescription
Public eventOnExternalDataBound
Event raised when external source data required.
Top
See Also