[]
        
(Showing Draft Content)

C1.Win.C1SplitContainer.PanelCollection.SetItem

SetItem Method

SetItem(int, C1SplitterPanel)

Replaces the C1SplitterPanel at the specified index.

Declaration
protected override void SetItem(int index, C1SplitterPanel panel)
Parameters
Type Name Description
int index
C1SplitterPanel panel
Overrides