The SalTableWindowBase type exposes the following members.

Properties

  NameDescription
Protected propertyActionType
Returns/Sets the current action that changed the cell selection.
Public propertyActiveColumn
Returns the currectly focused column.
Public propertyAllowSorting
Enables/Disables automatic sorting on table columns.
Protected propertyAnchorRow
Returns the current anchor row used when dragging the mouse to select multiple rows.
Public propertyAutoScroll (Overrides ScrollableControl..::..AutoScroll.)
Public propertyAutoScrollMargin
Public propertyAutoScrollMinSize
Public propertyBackColor
Returns/Sets the back color for the control. When the color is empty it defaults to Windows default color instead of returning the parent's color.
(Overrides Control..::..BackColor.)
Public propertyBackgroundImage (Overrides Control..::..BackgroundImage.)
Public propertyColHeader
Returns the row used as the col header.
Public propertyColumns
Returns the collection of columns.
Public propertyContextRow
Returns/Sets the context row.
Public propertyCurrentGrid
Returns the current grid control.
Public propertyCurrentRow
Returns the current row index in the current grid control.
Public propertyDefaultRowHeight
Returns/Sets the defult height of new rows.
Public propertyExtendLastColumn
Enables/Disables the extension of the last column to fill the grid.
Public propertyFocusRow
Returns/Sets the focus row.
Public propertyFont
Returns/Sets the font. When the font is changed directly on the table window we must scale the child columns.
(Overrides Control..::..Font.)
Public propertyIsEmbedded
Returns true if the SalTableWindow control is embedded and the columns are owned/parented by the container.
Public propertyMainGrid
Returns the main grid control.
Public propertyRedraw
Enables/Disables redrawing for the control.
Public propertyRowHeader
Returns the column used as the row header.
Public propertyRowHeaderFlags
Returns/Sets row header flags. TBL_RowHdr_*
Public propertyRowHeaderImages
Returns the collection of images used to show row flags on the row header. The collection contains DictionaryEntry items where the key is the flags to test and the value is the image object. Row flags are tested in the order they are found in the list.
Public propertyRowHeaderTitle
Returns/Sets the row header title.
Public propertyRowHeaderWidth
Returns/Sets the row header width.
Public propertyRows
Returns the collection of rows in the main grid.
Public propertyShowCellLabels
Gets or sets whether the grid should display labels over cells whose contents are partially hidden.
Public propertyShowCursor
Enables/Disables the arrow icon on the current row.
Public propertyShowFocusRow
Enables/Disables the focus frame around the current row.
Public propertySplitGrid
Returns the split grid control.
Public propertySplitRows
Returns the collection of rows in the split grid.
Public propertySplitter
Returns the splitter control between the main grid and the split grid.
Public propertyTableFlags
Returns/Sets table flags. TBL_Flag_*
Public propertyTrimming
Defines how to trim the content that doesn't fit the width of the cell.
Public propertyUseVisualStyles
Enables/Disabled drawing of columns and rows headers using the current visual style theme renderer.

See Also