Assembly: Mediachase.BusinessFoundation (in Mediachase.BusinessFoundation.dll) Version: 9.19.0
C# |
---|
public class ListToListSelector : ListControl, IScriptControl, INamingContainer |
Represents ASP.Net Ajax server control for selecting several items by moving them from one list box to other one.
Name | Summary | Status |
---|---|---|
ClearItems | public | |
ClearSourceItems | public | |
ClearTargetItems | public | |
CompareListWeightItem | Compares the list weight item. | protected |
CreateChildControls | protected | |
GetSelectedItems | Get selected items from target list. | public |
ListToListSelector Constructor | public | |
OnLoad | Handles the Load event. | protected |
OnPreRender | protected | |
Render | protected | |
RenderContents | protected |
Name | Summary | Status |
---|---|---|
AllItemsToSourceButtonId | Gets or sets all items to source button id. | public |
AllItemsToTargetButtonId | Gets or sets all items to target button id. | public |
ItemDownButtonId | Gets or sets the item down button id. | public |
ItemUpButtonId | Gets or sets the item up button id. | public |
ItemValuesSeparator | Gets or sets the item values separator. Default value is ",". | public |
OneItemToSourceButtonId | Gets or sets the one item to source button id. | public |
OneItemToTargetButtonId | Gets or sets the one item to target button id. | public |
SelectAllSourceItemsButtonId | Gets or sets the button id which selects all source items. | public |
SelectAllTargetItemsButtonId | Gets or sets the button id which selects all source items. | public |
SourceListId | Gets or sets the source list id. | public |
TargetListId | Gets or sets the target list id. | public |