Version

CellInfo Class Properties

For a list of all members of this type, see CellInfo members.

Public Properties
 NameDescription
Public PropertyActionManagerGets the action manager to propagate actions back to the grid.  
Public PropertyActivationBorderGets the actual background color of the cell  
Public PropertyActivationStatusGets the amount that the cell is activated. This is a value between 0 and 1.  
Public PropertyActualBackgroundGets the actual background color of the cell  
Public PropertyActualBorderGets the actual background color of the cell  
Public PropertyActualContentOpacityGets the actual content opacity of the cell.  
Public PropertyActualOpacityGets the actual opacity of the cell.  
Public PropertyActualPaddingBottomGets or sets the bottom padding to use for the content.  
Public PropertyActualPaddingLeftGets or sets the left padding to use for the content.  
Public PropertyActualPaddingRightGets or sets the right padding to use for the content.  
Public PropertyActualPaddingTopGets or sets the top padding to use for the content.  
Public PropertyBackgroundGets or sets the background color of the cell.  
Public PropertyContentOpacityGets or sets the opacity of the content of the cell.  
Public PropertyDataRowGets the absolute data row for the current cell.  
Public PropertyFontReturns or sets the font for the text.  
Public PropertyFontFamilyReturns or sets the font family for the text.  
Public PropertyFontSizeReturns or sets the font size for the text.  
Public PropertyFontStyleReturns or sets the font style for the text.  
Public PropertyHeightGets the height of the cell.  
Public PropertyHorizontalAlignmentGets or sets the horiztonal alignment of the cell content.  
Public PropertyIndentGets the indent level of the cell.  
Public PropertyIsBorderDirtyGets if the content of the cell is dirty.  
Public PropertyIsCollapsableGets if the cell needs to display an expansion indicator.  
Public PropertyIsContentDirtyGets if the content of the cell is dirty.  
Public PropertyIsDataDirtyGets if the data of the cell is dirty.  
Public PropertyIsExpandedGets the expansion state of the cell.  
Public PropertyIsLastStickyRowGets if this cell is the last row that can stick to the top of the grid.  
Public PropertyIsLayerDirtyGets if the layer of the cell is dirty.  
Public PropertyIsPlaceholdContentNeededGets if placeholder content is needed when virtualized.  
Public PropertyIsPositionDirtyGets if the position of the cell is dirty.  
Public PropertyIsRowPinnedGets if this cell belongs to a row that has been marked as pinned.  
Public PropertyIsRowStickyGets if this cell belongs to a row that will stick to the top of the grid.  
Public PropertyIsSelectedGets if the cell is selected.  
Public PropertyIsSizeDirtyGets if the size of the cell is dirty.  
Public PropertyIsStateDirtyGets if the layer of the cell is dirty.  
Public PropertyLastStickyRowBackgroundGets or sets the color for the last row in the sticky row area.  
Public PropertyLineBreakModeGets or sets the line break mode to use if text is present in the cell.  
Public PropertyOpacityGets or sets the opacity of the cell.  
Public PropertyOriginalValueGets or sets the original value for the cell, before processing.  
Public PropertyPaddingBottomGets or sets the bottom padding to use for the content.  
Public PropertyPaddingLeftGets or sets the left padding to use for the content.  
Public PropertyPaddingRightGets or sets the right padding to use for the content.  
Public PropertyPaddingTopGets or sets the top padding to use for the content.  
Public PropertyPinnedGets the fixed column position of this cell.  
Public PropertyPinnedRowBackgroundGets or sets the background color for the cell that has been marked as pinned.  
Public PropertyPinnedRowOpacityGets or sets the color to use for displaying text.  
Public PropertyRenderValueGets or sets the text value, if any, which was rendered by a text cell.  
Public PropertyRowItemGets the item for the row containing the cell.  
Public PropertySelectedBackgroundGets or sets the selected background color of the cell.  
Public PropertySelectedStatusGets the amount that the cell is selected. This is a value between 0 and 1.  
Public PropertySortDirectionGets the current sort direction for the column containing the cell.  
Public PropertySortIndicatorColorGets or sets the color for the sort indicator icon.  
Public PropertyStickyRowBackgroundGets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.  
Public PropertyStyleKeyGets the style key of the current cell, used for recycling.  
Public PropertyTextColorGets or sets the color of the text for the cell, if any.  
Public PropertyVerticalAlignmentGets or sets the vertical alignment of the cell content.  
Public PropertyVirtualizationPercentageGets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.  
Public PropertyWidthGets the width of the cell.  
See Also