Click or drag to resize
ExtendedBoundField Class
Extended bound field for use within UniGrid.
Inheritance Hierarchy

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
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
Events
  NameDescription
Public eventOnExternalDataBound
Event raised when external source data required.
Top
See Also