Table of Contents

Class PanelTreeAndCards

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Implements panel with TreeView on the left and CardPanel on the right separated with splitter.

[ControlCategory("Panels")]
[Obsolete("Please use PanelListBoxAndCards instead of this control.")]
public class PanelTreeAndCards : SplittedControlsPanel, IBaseObjectWithId, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo
Inheritance
PanelTreeAndCards
Implements

Constructors

PanelTreeAndCards()

Initializes a new instance of the PanelTreeAndCards class.

PanelTreeAndCards(Control)

Initializes a new instance of the PanelTreeAndCards class.

Properties

CardPanel

Gets used CardPanel control.

Methods

Add(string, AbstractControl)

Adds new page.

Add(string, Func<AbstractControl>)

Adds new page.