The following tables list the members exposed by CellBase.
Name | Description | |
---|---|---|
Column | The Column that the CellBase represents. | |
Content | The Content of the CellBase. | |
Control | Gets the Infragistics.Controls.Grids.Primitives.CellControlBase that is attached to the CellBase | |
IsActive | Gets/Sets whether a cell is the ActiveCell in the XamGrid | |
IsEditable | Determines if this CellBase can be edited via the UI. | |
IsSelected | Gets/Sets whether an item is currently selected. | |
Row | The RowBase that owns the CellBase | |
Style | Gets/Sets the Style that will be used for all Infragistics.Controls.Grids.Primitives.CellControlBase objects. | |
Tag | Allows a user to store additional information about a 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. |
Name | Description | |
---|---|---|
AttachedElement | (Inherited from Infragistics.RecyclingContainer<CellControlBase>) | |
BindingMode | Gets the BindingMode that will be applied when binding a CellBase to data. | |
EditingSettings | Gets the EditingSettingsBaseOverride object that controls the settings for this object. | |
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. | |
IsDirty | (Inherited from Infragistics.RecyclingContainer<CellControlBase>) | |
MouseOverState | Determines the string that should be used for the "MouseOver" Visual State of the Infragistics.Controls.Grids.Primitives.CellControlBase. | |
NormalState | Determines the string that should be used for the "Normal" Visual State of the Infragistics.Controls.Grids.Primitives.CellControlBase. | |
RecyclingElementType | Overridden. Gets the Type of control that should be created for the Cell. | |
RecyclingIdentifier | Overridden. If a RecyclingElementType isn't specified, this property can be used to offer another way of identifying a reyclable element. | |
ResolveStyle | Gets the Style that should be applied to the Infragistics.Controls.Grids.Primitives.CellControlBase 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. | |
SupportsActivation | Gets whether this particular CellBase can be made Active |
Name | Description | |
---|---|---|
Refresh | Refreshes the content of the cell. |
Name | Description | |
---|---|---|
ApplyStyle | Applies the resolved style of a Cell to it's Infragistics.Controls.Grids.Primitives.CellControlBase | |
CreateInstanceOfRecyclingElement | (Inherited from Infragistics.RecyclingContainer<CellControlBase>) | |
CreateRecyclingIdentifier | Creates a recycling identifier with which can be used for identifying a recyclable element. | |
EditorValueChanged | Method called when the editor of the column registers a value changed. | |
EnsureCurrentState | Ensures that CellBase is in the correct state. | |
HandleKeyDown | Should be handled by a derived class so that a cell can determine what to do with the given keyboard action. | |
OnCellClick | Invoked when a cell is clicked. | |
OnCellDoubleClick | Invoked when a cell is double clicked. | |
OnCellDragging | Invoked when dragging the mouse over a cell. | |
OnCellMouseDown | Invoked when a cell is clicked. | |
OnCellMouseMove | Executed when the mouse moves over a cell. | |
OnCellMouseUp | Executed when the mouse up happens on a cell. | |
OnElementAttached | Overridden. Called when the Infragistics.Controls.Grids.Primitives.CellControlBase is attached to the CellBase | |
OnElementReleased | Overridden. Called when the Infragistics.Controls.Grids.Primitives.CellControlBase is removed from the CellBase | |
OnElementReleasing | Overridden. Invoked when a Infragistics.Controls.Grids.Primitives.CellControlBase is being released from an object. | |
OnPropertyChanged | (Inherited from Infragistics.RecyclingContainer<CellControlBase>) | |
SetSelected | Sets the selected state of an item. |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.RecyclingContainer<CellControlBase>) |