Class TabSplitterPagesCollection
Inheritance
System.Object
TabSplitterPagesCollection
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabSplitterPagesCollection : CollectionBase
Properties
Item[Int32]
Declaration
public TabSplitterPage this[int index] { get; set; }
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Property Value
Owner
Declaration
public TabSplitterContainer Owner { get; }
Property Value
SelectedIndex
Gets or sets the zero-based index of the currently selected page in collection
Declaration
public int SelectedIndex { get; set; }
Property Value
Methods
Add(TabSplitterPage)
Declaration
public int Add(TabSplitterPage value)
Parameters
Returns
AddRange(TabSplitterPage[])
Declaration
public void AddRange(TabSplitterPage[] values)
Parameters
Contains(TabSplitterPage)
Declaration
public bool Contains(TabSplitterPage value)
Parameters
Returns
IndexOf(TabSplitterPage)
Declaration
public int IndexOf(TabSplitterPage value)
Parameters
Returns
Insert(Int32, TabSplitterPage)
Declaration
public void Insert(int index, TabSplitterPage value)
Parameters
OnClear()
Declaration
protected override void OnClear()
OnClearComplete()
Declaration
protected override void OnClearComplete()
OnInsertComplete(Int32, Object)
Declaration
protected override void OnInsertComplete(int index, object value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
| System.Object |
value |
|
OnRemove(Int32, Object)
Declaration
protected override void OnRemove(int index, object value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
| System.Object |
value |
|
OnRemoveComplete(Int32, Object)
Declaration
protected override void OnRemoveComplete(int index, object value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
| System.Object |
value |
|
OnSetComplete(Int32, Object, Object)
Declaration
protected override void OnSetComplete(int index, object oldValue, object newValue)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
| System.Object |
oldValue |
|
| System.Object |
newValue |
|
Remove(TabSplitterPage)
Declaration
public void Remove(TabSplitterPage value)
Parameters
Events
SelectedIndexChanged
Raised when selected page was changed.
Declaration
public event EventHandler SelectedIndexChanged
Event Type