The following tables list the members exposed by Cell.
Name | Description | |
---|---|---|
Cell Constructor | Initializes a new instance of the Cell class. |
Name | Description | |
---|---|---|
Column | The CellBase.Column that the CellBase represents. (Inherited from Infragistics.Controls.Grids.CellBase) | |
Content | The Content of the CellBase. (Inherited from Infragistics.Controls.Grids.CellBase) | |
Control | Gets the Infragistics.Controls.Grids.Primitives.CellControlBase that is attached to the CellBase (Inherited from Infragistics.Controls.Grids.CellBase) | |
EditorStyle | Gets / sets the style that will used on the editor of the Cell. | |
EditorStyleResolved | Resovles the Style that will be applied to the editor for the cell. | |
IsActive | Gets/Sets whether a cell is the ActiveCell in the XamGrid (Inherited from Infragistics.Controls.Grids.CellBase) | |
IsEditable | Overridden. Gets whether a particular Cell can enter edit mode. | |
IsEditing | Gets whether this Cell is currently in edit mode. | |
IsSelected | Overridden. Gets/Sets whether an item is currently selected. | |
Row | The RowBase that owns the CellBase (Inherited from Infragistics.Controls.Grids.CellBase) | |
Style | Gets/Sets the CellBase.Style that will be used for all Infragistics.Controls.Grids.Primitives.CellControlBase objects. (Inherited from Infragistics.Controls.Grids.CellBase) | |
Tag | Allows a user to store additional information about a CellBase (Inherited from Infragistics.Controls.Grids.CellBase) | |
Value | Overridden. 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 CellBase.BindingMode that will be applied when binding a CellBase to data. (Inherited from Infragistics.Controls.Grids.CellBase) | |
EditingSettings | Gets the 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 Infragistics.Controls.Grids.Primitives.CellControlBase. (Inherited from Infragistics.Controls.Grids.CellBase) | |
NormalState | Determines the string that should be used for the "Normal" Visual State of the Infragistics.Controls.Grids.Primitives.CellControlBase. (Inherited from Infragistics.Controls.Grids.CellBase) | |
RecyclingElementType | Overridden. Gets the Type of control that should be created for the Cell. | |
RecyclingIdentifier | If a 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) | |
ResolveColumn | Resolves the underlying Column object that this Cell represents | |
ResolveIsCellEditable | Gets if the particular Cell has a field attribute that says it can edit. | |
ResolveStyle | Overridden. Gets the Style that should be applied to the CellControl 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 CellBase can be made Active (Inherited from Infragistics.Controls.Grids.CellBase) |
Name | Description | |
---|---|---|
Refresh | Refreshes the content of the cell. (Inherited from Infragistics.Controls.Grids.CellBase) |
Name | Description | |
---|---|---|
ApplyStyle | Applies the resolved style of a Cell to it's Infragistics.Controls.Grids.Primitives.CellControlBase (Inherited from Infragistics.Controls.Grids.CellBase) | |
CreateCellBindingConverter | Creates the System.Windows.Data.IValueConverter which will be attached to this Cell. | |
CreateCellValueBinding | Creates the binding used by the CellValueObject for updating | |
CreateInstanceOfRecyclingElement | Overridden. Creates a new instance of a CellControl for the Cell. | |
CreateRecyclingIdentifier | Overridden. 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. (Inherited from Infragistics.Controls.Grids.CellBase) | |
EnsureCurrentState | Overridden. Ensures that Cell is in the correct state. | |
EnterEditMode | Places the specified Cell into edit mode. | |
ExitEditMode | Takes the specified Cell out of edit mode. | |
HandleKeyDown | Overridden. Should be handled by a derived class so that a cell can determine what to do with the given keyboard action. | |
OnCellClick | Overridden. Invoked when a cell is clicked. | |
OnCellDoubleClick | Overridden. Invoked when a cell is double clicked. | |
OnCellDragging | Overridden. Invoked when dragging the mouse over a cell. | |
OnCellMouseDown | Overridden. Invoked when a cell is clicked. | |
OnCellMouseMove | Executed when the mouse moves over a cell. (Inherited from Infragistics.Controls.Grids.CellBase) | |
OnCellMouseUp | Overridden. | |
OnElementAttached | Called when the Infragistics.Controls.Grids.Primitives.CellControlBase is attached to the CellBase (Inherited from Infragistics.Controls.Grids.CellBase) | |
OnElementReleased | Called when the Infragistics.Controls.Grids.Primitives.CellControlBase is removed from the CellBase (Inherited from Infragistics.Controls.Grids.CellBase) | |
OnElementReleasing | Overridden. Invoked when a System.Windows.FrameworkElement is being released from an object. | |
OnPropertyChanged | (Inherited from Infragistics.RecyclingContainer<CellControlBase>) | |
ResetDataValue | Resets the value for a cell, and triggeres an evalution of it's bindings. Called when editing has been canceled. | |
SetSelected | Overridden. Sets the selected state of an item. |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.RecyclingContainer<CellControlBase>) |