SalTableWindowBase

PPJ.Runtime.Windows.SalTableWindowBase

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.49 (4.9.0.0)

Table Window Implementation

public class SalTableWindowBase : UserControl

Properties

SalTableColumn: Returns the currently focused column.

Boolean: Enables/Disables dragging locked columns. (Default: False)

Boolean: Enables/Disables automatic sorting on table columns. (Default: False)

Boolean: AutoScroll (Default: False)

Size: AutoScrollMargin

Size: AutoScrollMinSize

Color: 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.

Image: Background Image (Default: null)

Row: Returns the row used as the col header.

SalTableColumnCollection: Returns the collection of columns.

Int32: Returns/Sets the context row.

C1FlexGrid: Returns the current grid control.

Int32: Returns the current row index in the current grid control.

Int32: Returns/Sets the default height of new rows.

Boolean: Enables/Disables the extension of the last column to fill the grid. (Default: True)

Int32: Returns/Sets the focus row.

FocusRowStyle: Enables/Disables the focus frame around the current row. (Default: Thick)

Boolean: Returns true if the SalTableWindow control is embedded and the columns are owned/parented by the container.

C1FlexGrid: Returns the main grid control.

Boolean: Enables/Disables redrawing for the control.

Column: Returns the column used as the row header.

Int32: Returns/Sets row header flags. TBL_RowHdr_*

ArrayList: 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.

String: Returns/Sets the row header title.

HorizontalAlignment: Indicates how the row header title should be aligned.

Int32: Returns/Sets the row header width.

SalTableRowCollection: Returns the collection of rows in the main grid.

Boolean: Gets or sets whether the grid should display labels over cells whose contents are partially hidden. (Default: False)

Boolean: Enables/Disables the arrow icon on the current row. (Default: False)

Boolean: Enables/Disables the focus frame around the current row. (Default: True)

C1FlexGrid: Returns the split grid control.

SalTableRowCollection: Returns the collection of rows in the split grid.

Splitter: Returns the splitter control between the main grid and the split grid.

Int32: Returns/Sets table flags. TBL_Flag_*

StringTrimming: Defines how to trim the content that doesn't fit the width of the cell. (Default: None)

Boolean: Enables/Disabled drawing of columns and rows headers using the current visual style theme renderer. (Default: False)

Methods

Returns the CellStyle object for the specified cell.

ParameterTypeDescription

column

row

Returns: CellStyle.

Returns or creates the CellStyle object for the specified cell. The CellStyle is guaranteed not to be one of the cached CellStyle instances.

ParameterTypeDescription

column

row

Returns: CellStyle.

Returns the CellStyle object for the fixed cells in the specified column.

ParameterTypeDescription

column

Returns: CellStyle.

Returns or creates the CellStyle object for the fixed cells in the specified column.

ParameterTypeDescription

column

Returns: CellStyle.

Returns the CellStyle object for the specified column.

ParameterTypeDescription

column

Returns: CellStyle.

Returns or creates the CellStyle object for the specified column.

ParameterTypeDescription

column

Returns: CellStyle.

Returns the CellStyle for the fixed cells for the specified row.

ParameterTypeDescription

row

Context row

Returns: CellStyle.

Returns or creates the CellStyle for the fixed cells for the specified row.

ParameterTypeDescription

row

Context row

Returns: CellStyle.

Returns the CellStyle object for the specified row.

ParameterTypeDescription

row

Context row

Returns: CellStyle.

Returns or creates the CellStyle object for the specified row.

ParameterTypeDescription

row

Context row

Returns: CellStyle.

ParameterTypeDescription

rowNum

rowIndex

grid

Returns: Boolean.

Inherited By

NameDescription

Table Window Control

Child table window with tool tip support

Last updated