DdsTable Properties

DdsTable Class

This page includes members inherited from System.Web.UI.WebControls.WebControl and System.Web.UI.WebControls.Panel. See DdsTable Class Members for a list that excludes inherited properties.

Public Properties

Property Description
AccessKey Gets or sets a key used to access the Bar control. (Inherited from ASP.NET WebControl.)
BackColor Sets the background for this control. (Inherited from ASP.NET WebControl.)
BorderColor Sets the border color for this control. (Inherited from ASP.NET WebControl.)
BorderStyle Sets the border style for this control. (Inherited from ASP.NET WebControl.)
BorderWidth Sets the border width for this control. (Inherited from ASP.NET WebControl.)
ClearIndicator Gets or sets the clear indicator for the subfile that provides data for the Table.
ClientIDMode Sets the algorithm used to determine the ClientID Property. (Inherited from ASP.NET WebControl.)
CssClass Gets or sets the CSS Class of the control. (Inherited from ASP.NET WebControl.)
CssClassHeading Gets or sets the CssClass to apply to a specified column.
CssClassEditableCell Defines the CSS class to use to identify that a cell is editable.
CssClassErrorRow Defines the CSS class to use to style an error row in InLine editing.
CssClassGroupHeading Sets the CSS Class to apply to the headings defined by GroupHeadingField.
CssClassHoverRow Defines the CSS class to use to style a row that is being hovered over.
CssClassIcon Defines the CSS class to use to style icons in an IconColumn.
CssClassSelectedCell Sets the CSS Class to apply to an editable cell selected by the user.
EditCode Gets or sets an edit code to punctuate numeric fields according to the standard RPG edit code rules
EditWord Gets or sets an edit code to punctuate numeric fields according to the standard RPG edit code rules
Enabled Sets whether or not the control is enabled. (Inherited from ASP.NET WebControl.)
EnableTheming Determines whether themes apply to this control. (Inherited from ASP.NET WebControl.)
EnableViewState Determines whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. (Inherited from ASP.NET WebControl.)
FieldName Gets or sets the name of the field associated with a specified column.
FieldLength Gets or sets the character length of the field associated with a specified column.
Font Sets the font for the control. (Inherited from ASP.NET WebControl.)
Forecolor Sets the foreground (usually the text) color for the control. (Inherited from ASP.NET WebControl.)
GroupHeadingField Sets the field to use as a heading for column groups.
Heading Gets or sets the heading name for a specified column.
HeadingFieldName Gets or sets the name of the IFS field to draw the heading from.
HeadingFieldLength Gets or sets the length of the IFS field to draw the heading from.
Height Sets the height of the control. (Inherited from ASP.NET WebControl.)
IconBackColorField Defines a field that may contain the color (name or hex value) for the background of icons in an IconColumn.
IconBackColorFieldLength Defines the length of the IconBackColor field.
IconForeColor Defines the primary color of icons in an IconColumn.
IconForeColorField Defines a field that may contain the color (name or hex value) for the foreground of icons in an IconColumn
IconForeColorFieldLength Defines the length of the IconBackColor field.
IconID Defines the icon to use in an IconColumn.
SelectedField Sets the name of the field to set to "1" when a record is selected, and "0" when not selected.
SelectionMode Sets whether only a single cell or multiple cells can be selected.
SelectedKey Sets an AidKey to be invoked when an icon (in an IconColmn) is clicked or tapped.
SelectedRowValue Sets a value for SelectedField that indicates when a row, rather then, a specific column has been selected..
SelectRowKey Sets the AidKey to be pressed when a row is selected.
ShowRecordField Defines a decimal field that holds the RRN of the selected record.
SkinID Gets or sets the skin to use on the control. (Inherited from ASP.NET WebControl.)
SubfileControlName Gets or sets the name of the subfile control that DdsTable will be drawn from.
SubfileName Gets or sets the name of the subfile containing the table data. (Inherited from DdsField)
TabIndex Sets the Tab Index for this control. (Inherited from ASP.NET WebControl.)
Tooltip Sets the tooltip text for this control. (Inherited from ASP.NET WebControl.)
TopRecordField Defines a decimal field that holds the RRN of the top record.
VerticalMargin Sets a value of screen area to be excluded from the top and bottom of the table.
VisibleCondition Gets or sets the RPG indicator expression that, when evaluated, determines if the tableshould be visible. (Inherited from DdsField.)
Width Sets the width of the control. (Inherited from ASP.NET WebControl.)