Class SplitterPagesCollection
Presents splitter page collection
Inheritance
System.Object
SplitterPagesCollection
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class SplitterPagesCollection : ObservableCollection<SplitterPage>
Constructors
SplitterPagesCollection(TabSplitterItem)
Initializes a new instance of the SplitterPagesCollection class.
Declaration
public SplitterPagesCollection(TabSplitterItem ownerCollection)
Parameters
Type | Name | Description |
---|---|---|
TabSplitterItem | ownerCollection | The owner collection. |
Properties
CollectionOwner
Gets the owner collection.
Declaration
public TabSplitterItem CollectionOwner { get; }
Property Value
Type | Description |
---|---|
TabSplitterItem | The owner collection. |
SelectedIndex
Gets or sets the index of the selected.
Declaration
public int SelectedIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the selected. |
SelectedItem
Gets or sets the selected item.
Declaration
public SplitterPage SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
SplitterPage | The selected item. |
Methods
add_SelectedItemChanged(SelectedPageChangedHandler)
Declaration
public void add_SelectedItemChanged(SelectedPageChangedHandler value)
Parameters
Type | Name | Description |
---|---|---|
SelectedPageChangedHandler | value |
InsertItem(Int32, SplitterPage)
Inserts an item into the collection at the specified index.
Declaration
protected override void InsertItem(int index, SplitterPage item)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The zero-based index at which |
SplitterPage | item | The object to insert. |
OnSelectedItemChanged(SplitterPage, SplitterPage)
Called when [selected item changed].
Declaration
protected virtual void OnSelectedItemChanged(SplitterPage newPage, SplitterPage oldPage)
Parameters
Type | Name | Description |
---|---|---|
SplitterPage | newPage | The new page. |
SplitterPage | oldPage | The old page. |
remove_SelectedItemChanged(SelectedPageChangedHandler)
Declaration
public void remove_SelectedItemChanged(SelectedPageChangedHandler value)
Parameters
Type | Name | Description |
---|---|---|
SelectedPageChangedHandler | value |
RemoveItem(Int32)
Removes the item at the specified index of the collection.
Declaration
protected override void RemoveItem(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The zero-based index of the element to remove. |
VerifyZIndex()
Verifies the index of the Z.
Declaration
protected void VerifyZIndex()
Events
SelectedItemChanged
Occurs when [selected item changed].
Declaration
public event SelectedPageChangedHandler SelectedItemChanged
Event Type
Type |
---|
SelectedPageChangedHandler |