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.
Boolean: Enables or disables HTML content in list items.
Int32: Returns the total number of items in the list.
Object: Returns the item at the specified index.
IList: Returns the collection of items.
Int32: Returns/Sets the index of the currently selected item.
Int32[]: Returns the indices of the selected items.
Object: Returns/Sets the currently selected item.
SelectionMode: Returns/Sets the selection mode.
Adds an item to the list.
Returns: Int32.
Adds a collection of items to the list.
Clears the list.
Deletes the item at the index.
Returns: Int32.
Finds the item in the list.
Returns: Int32.
Finds the item in the list.
Returns: Int32.
Finds the item in the list.
Returns: Int32.
Inserts the items at the specified position.
Returns: Int32.
Tests if the item at the specified index is selected.
Returns: Boolean.
Selects/Deselects the specified item.
Updates the specified item on the client.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
item
items
index
item
text
startIndex
text
startIndex
index
item
index
index
selected
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.