TemplateCell Class

Represents a template cell adapter.
Inheritance Hierarchy

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class TemplateCell : BasicAdapter

The TemplateCell type exposes the following members.

Constructors
  NameDescription
Public methodTemplateCell
Initializes a new instance of the TemplateCell class.
Top
Properties
  NameDescription
Public propertyCellGroupId
Gets or sets the group ID.
Public propertyColumn
Gets or sets the column.
Public propertyColumnSpan
Gets or sets the column span.
Public propertyExpandedWidthHeight
Gets or sets the expanded width or expanded height.
Public propertyFriendlyName
Gets or sets the friendly name.
(Inherited from BasicAdapter.)
Public propertyHeight
Gets or sets the height.
(Inherited from BasicAdapter.)
Public propertyId
Gets or sets the ID.
(Inherited from BasicAdapter.)
Public propertyIsCellGroupHeader
Gets or sets a value indicating whether or not the cell group is a header.
Public propertyIsHeaderRow
Gets or sets a value indicating whether to make the template cell always span the width of its group (or canvas without group) in responsive view mode.
Public propertyIsLocked
Gets or sets a value indicating whether this adapter is locked.
(Inherited from BasicAdapter.)
Public propertyIsSticky
Gets or sets a value indicating whether to make the template cell stick to the top (or left) of the view port so that it is always visible even if it is scrolled out of.
Public propertyLayerId
Gets or sets the ID of the layer.
(Inherited from BasicAdapter.)
Public propertyLeft
Gets or sets the left.
(Inherited from BasicAdapter.)
Public propertyName
Gets or sets the name.
(Inherited from BasicAdapter.)
Public propertyRow
Gets or sets the row.
Public propertyRowSpan
Gets or sets the row span.
Public propertyTop
Gets or sets the top.
(Inherited from BasicAdapter.)
Public propertyUIClassName
Gets or sets the name of the corresponding UI class.
(Inherited from BasicAdapter.)
Public propertyWidth
Gets or sets the width.
(Inherited from BasicAdapter.)
Top
See Also