menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SplitterPagesCollection - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    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 item should be inserted.

    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.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved