Click or drag to resize
KaxSplitBar Class
KaxSplitBar class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsSplitterItem
          Kettic.AspNet.ControlsKaxSplitBar

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxSplitBar : SplitterItem

The KaxSplitBar type exposes the following members.

Constructors
  NameDescription
Public methodKaxSplitBar
Top
Properties
  NameDescription
Public propertyAdjacentPanesNames
Gets or sets the names of the adjacent panes as they appear in the tooltips for the splitbar buttons.
Public propertyCollapseExpandPaneText
Gets or sets the text for collapse bar images
Public propertyCollapseMode
Sets/gets the collapse mode of the splitbar
Public propertyEnableResize
Sets/gets whether the resize bar will be active
Public propertyResizeStep
Sets/gets the step in px in which the resize bar will be moved when dragged.
Public propertySplitter
Reference to the parent Splitter object
Top
See Also