The SalTableRow type exposes the following members.

Properties

  NameDescription
Public propertyContextRow
Returns the context row.
Public propertyDeleted
Returns/Sets the deleted flag.
Public propertyEnabled
Returns/Sets the enable flag for the row.
Public propertyFetched
Returns/Sets the fetched flag.
Public propertyFlags
Returns/Sets the row flags on this row.
Public propertyGrid
Returns the grid control that contains this row.
Public propertyGridRow
Returns the grid row object associated to this row.
Public propertyItem[([( Int32])])
Returns the column at the specified index and sets the current context row in the table window.
Public propertyItem[([( String])])
Returns the column with the specified name and sets the current context row in the table window.
Public propertyItem[([( SalTableColumn])])
Returns the specified column and sets the current context row in the table window.
Public propertyParentTable
Returns the SalTableWindow control that contains the grid that contains this row.
Public propertySelected
Returns/Sets the selected flag.
Public propertyTag
Returns/Sets a user-defined value.
Public propertyVisible
Returns/Sets the visible flag.

See Also