Gets the index of selected items.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(null)] [LayoutAttribute(LayoutType.Behavior)] public List<int> SelectedIndexes { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(Nothing)> _ <LayoutAttribute(LayoutType.Behavior)> _ Public Property SelectedIndexes As List(Of Integer) Get Set |