ISalListControl
PPJ.Runtime.Windows.ISalListControl
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
SAL List controls implement this interface.
public interface ISalListControl
Properties
AllowHtml

Boolean: Enables or disables HTML content in list items.
Count

Int32: Returns the total number of items in the list.
Item(index)

Object: Returns the item at the specified index.
Items

IList: Returns the collection of items.
SelectedIndex

Int32: Returns/Sets the index of the currently selected item.
SelectedIndices

Int32[]: Returns the indices of the selected items.
SelectedItem

Object: Returns/Sets the currently selected item.
SelectionMode

SelectionMode: Returns/Sets the selection mode.
Methods
Add(item)

Adds an item to the list.
Returns: Int32.
AddRange(items)

Adds a collection of items to the list.
Clear()

Clears the list.
Delete(index)

Deletes the item at the index.
Returns: Int32.
Find(item)

Finds the item in the list.
Returns: Int32.
FindString(text, startIndex)

Finds the item in the list.
Returns: Int32.
FindStringExact(text, startIndex)

Finds the item in the list.
Returns: Int32.
Insert(index, item)

Inserts the items at the specified position.
Returns: Int32.
IsSelected(index)

Tests if the item at the specified index is selected.
Returns: Boolean.
SetSelected(index, selected)

Selects/Deselects the specified item.
UpdateItem(item)

Updates the specified item on the client.
Implemented By
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.
Last updated