ISalListControl
PPJ.Runtime.Windows.ISalListControl
Last updated
PPJ.Runtime.Windows.ISalListControl
Last updated
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
SAL List controls implement this interface.
: Enables or disables HTML content in list items.
: Returns the total number of items in the list.
: Returns the item at the specified index.
: Returns the collection of items.
Adds an item to the list.
item
Adds a collection of items to the list.
items
Clears the list.
Deletes the item at the index.
index
Finds the item in the list.
item
Finds the item in the list.
text
startIndex
Finds the item in the list.
text
startIndex
Inserts the items at the specified position.
index
item
Tests if the item at the specified index is selected.
index
Selects/Deselects the specified item.
index
selected
Updates the specified item on the client.
item
Represents an editable control that displays a drop down list of options to the user.
Represents a control that shows a lost of values that the user can select.
Summary description for SalTableColumn.
: Returns/Sets the index of the currently selected item.
: Returns the indices of the selected items.
: Returns/Sets the currently selected item.
: Returns/Sets the selection mode.
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .