Click or drag to resize
IKaxTabContainer Interface
Defines properties that tab containers (KaxTabControl, KaxTab) should implement.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface IKaxTabContainer

The IKaxTabContainer type exposes the following members.

Properties
  NameDescription
Public propertyKaxTabScrolling
Gets or sets a value indicating whether the tabcontrol should scroll directly to the next tab.
Public propertyOwner
Gets the parent IKaxTabContainer.
Public propertyScrollButtonsPosition
The position of the scroll buttons with regards to the tab band.
Public propertyScrollChildren
Gets or sets a value indicating whether the children of the tab will be scrollable.
Public propertyScrollPosition
Gets or sets the position of the scrollable band of tabs relative to the beginning of the scrolling area.
Public propertySelectedIndex
Gets or sets the index of the selected child tab.
Public propertySelectedTab
Gets the selected child tab.
Public propertyTabs
Gets the collection of child tabs.
Top
See Also