For a list of all members of this type, see FixedBorderHeaderCell members.
Name | Description | |
---|---|---|
![]() | Column | The Infragistics.Controls.Grids.CellBase.Column that the Infragistics.Controls.Grids.CellBase represents. (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | Content | The Content of the Infragistics.Controls.Grids.CellBase. (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | Control | Gets the CellControlBase that is attached to the Infragistics.Controls.Grids.CellBase (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | IsActive | Gets/Sets whether a cell is the ActiveCell in the Infragistics.Controls.Grids.XamGrid (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | IsEditable | Determines if this Infragistics.Controls.Grids.CellBase can be edited via the UI. (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | IsSelected | Gets/Sets whether an item is currently selected. (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | Row | The Infragistics.Controls.Grids.RowBase that owns the Infragistics.Controls.Grids.CellBase (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | Style | Gets/Sets the Infragistics.Controls.Grids.CellBase.Style that will be used for all CellControlBase objects. (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | Tag | Allows a user to store additional information about a Infragistics.Controls.Grids.CellBase (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | Value | Gets the the underlying value that the cell represents. Note: in order to retrieve the cell's value we use a binding since we don't know about the underlying object. The most performant way to retrieve the cell's value is to grab the row's Data (this.Cell.Row.Data), cast it as your object and grab the actual value manually. (Inherited from Infragistics.Controls.Grids.CellBase) |
Name | Description | |
---|---|---|
![]() | AttachedElement | (Inherited from Infragistics.RecyclingContainer<CellControlBase>) |
![]() | BindingMode | Gets the Infragistics.Controls.Grids.CellBase.BindingMode that will be applied when binding a Infragistics.Controls.Grids.CellBase to data. (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | EditingSettings | Gets the Infragistics.Controls.Grids.EditingSettingsBaseOverride object that controls the settings for this object. (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | EnableCustomEditorBehaviors | Allows a Cell to disable Editor Behavior Support if they choose to. For example: Filter and Add New Row Cells disable Editor Behavior support. (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | IsDirty | (Inherited from Infragistics.RecyclingContainer<CellControlBase>) |
![]() | MouseOverState | Determines the string that should be used for the "MouseOver" Visual State of the CellControlBase. (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | NormalState | Determines the string that should be used for the "Normal" Visual State of the CellControlBase. (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | RecyclingElementType | Overridden. Gets the Type of control that should be created for the FixedBorderHeaderCell. |
![]() | RecyclingIdentifier | If a Infragistics.Controls.Grids.CellBase.RecyclingElementType isn't specified, this property can be used to offer another way of identifying a reyclable element. (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | ResolveStyle | Overridden. Gets the Style that should be applied to the FixedBorderCellControl when it's attached. |
![]() | ShouldClearDataContext | Gets whether the control attached to the cell should reset it DataContext when a new Cell is attached to it. (Inherited from Infragistics.Controls.Grids.CellBase) |
![]() | SupportsActivation | Gets whether this particular Infragistics.Controls.Grids.CellBase can be made Active (Inherited from Infragistics.Controls.Grids.CellBase) |