The SalTableWindow type exposes the following members.

Properties

  NameDescription
Protected propertyActionType
Returns/Sets the current action that changed the cell selection.
(Inherited from SalTableWindowBase.)
Public propertyActiveColumn
Returns the currectly focused column.
(Inherited from SalTableWindowBase.)
Public propertyAllowAutoEditing
Enables/Disables AutoEditing mode. When this mode is on, the grid automatically enters edit mode when a cell is selected.
Public propertyAllowRowSizing
Allow row sizing.
Public propertyAllowSorting
Enables/Disables automatic sorting on table columns.
(Inherited from SalTableWindowBase.)
Protected propertyAnchorRow
Returns the current anchor row used when dragging the mouse to select multiple rows.
(Inherited from SalTableWindowBase.)
Public propertyAutoScroll (Inherited from SalTableWindowBase.)
Public propertyAutoScrollMargin (Inherited from SalTableWindowBase.)
Public propertyAutoScrollMinSize (Inherited from SalTableWindowBase.)
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.
(Inherited from SalTableWindowBase.)
Public propertyStatic memberBackgroundFillInterval
Fill interval for the background filler, in milliseconds.
Public propertyBackgroundImage (Inherited from SalTableWindowBase.)
Public propertyColHeader
Returns the row used as the col header.
(Inherited from SalTableWindowBase.)
Public propertyColumns
Returns the collection of columns.
(Inherited from SalTableWindowBase.)
Public propertyContextRow
Returns/Sets the context row.
(Inherited from SalTableWindowBase.)
Public propertyCurrentGrid
Returns the current grid control.
(Inherited from SalTableWindowBase.)
Public propertyCurrentRow
Returns the current row index in the current grid control.
(Inherited from SalTableWindowBase.)
Public propertyDefaultRowHeight
Returns/Sets the defult height of new rows.
(Inherited from SalTableWindowBase.)
Public propertyDesigntimeVisible
Returns true if the object was designed as visible.
Public propertyExtendLastColumn
Enables/Disables the extension of the last column to fill the grid.
(Inherited from SalTableWindowBase.)
Public propertyFocusRow
Returns/Sets the focus row.
(Inherited from SalTableWindowBase.)
Public propertyFont
Returns/Sets the font. When the font is changed directly on the table window we must scale the child columns.
(Inherited from SalTableWindowBase.)
Public propertyIsEmbedded
Returns true if the SalTableWindow control is embedded and the columns are owned/parented by the container.
(Overrides SalTableWindowBase..::..IsEmbedded.)
Public propertyItem[([( Int32])])
Returns the table column object with the specified column ID. The ID is 1-based.
Public propertyItem[([( String])])
Returns the table column object with the specified name.
Public propertyLabel
Returns/Sets the label associated with this control.
Public propertyLinesPerRow
Number of lines per row.
Public propertyMainGrid
Returns the main grid control.
(Inherited from SalTableWindowBase.)
Public propertyStatic memberMaxAutoSize
Public propertyModified
Public propertyNamedProperties
Returns the collection of named properties.
Public propertyReadOnly
Returns/Sets the ReadOnly flag. When the ReadOnly flag is true the entire TableWindow control cannot be edited. However, the Mouse, scrolling and the Keyboard are still active.
Public propertyRedraw
Enables/Disables redrawing for the control.
(Inherited from SalTableWindowBase.)
Public propertyRowHeader
Returns the column used as the row header.
(Inherited from SalTableWindowBase.)
Public propertyRowHeaderFlags
Returns/Sets row header flags. TBL_RowHdr_*
(Inherited from SalTableWindowBase.)
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.
(Inherited from SalTableWindowBase.)
Public propertyRowHeaderTitle
Returns/Sets the row header title.
(Inherited from SalTableWindowBase.)
Public propertyRowHeaderWidth
Returns/Sets the row header width.
(Inherited from SalTableWindowBase.)
Public propertyRows
Returns the collection of rows in the main grid.
(Inherited from SalTableWindowBase.)
Public propertyShowCellLabels
Gets or sets whether the grid should display labels over cells whose contents are partially hidden.
(Inherited from SalTableWindowBase.)
Public propertyShowCursor
Enables/Disables the arrow icon on the current row.
(Inherited from SalTableWindowBase.)
Public propertyShowFocusRow
Enables/Disables the focus frame around the current row.
(Inherited from SalTableWindowBase.)
Public propertySplitGrid
Returns the split grid control.
(Inherited from SalTableWindowBase.)
Public propertySplitRows
Returns the collection of rows in the split grid.
(Inherited from SalTableWindowBase.)
Public propertySplitter
Returns the splitter control between the main grid and the split grid.
(Inherited from SalTableWindowBase.)
Public propertyTableFlags
Returns/Sets table flags. TBL_Flag_*
(Inherited from SalTableWindowBase.)
Public propertyTrimming
Defines how to trim the content that doesn't fit the width of the cell.
(Inherited from SalTableWindowBase.)
Public propertyUseVisualStyles
Enables/Disabled drawing of columns and rows headers using the current visual style theme renderer.
(Inherited from SalTableWindowBase.)

See Also