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

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 KaxSlidingPane : SplitterPaneBase, 
	IPostBackDataHandler

The KaxSlidingPane type exposes the following members.

Constructors
  NameDescription
Public methodKaxSlidingPane
Top
Properties
  NameDescription
Public propertyCollapseText
Gets or sets the text for collapse image
Public propertyDockOnOpen
Sets/gets whether the sliding pane will automatically dock on open
Public propertyDockText
Gets or sets the text for dock image
Public propertyEnableDock
Sets/gets whether the pane can be docked
Public propertyEnableResize
Sets/gets whether the resize bar will be active
Public propertyHeight
Sets/gets the height of the sliding pane
(Overrides KaxWebControl.Height.)
Public propertyIconUrl
Gets or sets the path to an image to display for the item.
Public propertyMinHeight
Sets/gets the min height to which the pane can be resized
(Overrides SplitterPaneBaseMinHeight.)
Public propertyMinWidth
Sets/gets the min width to which the pane can be resized
(Overrides SplitterPaneBaseMinWidth.)
Public propertyOnClientBeforeDock Obsolete.
Public propertyOnClientBeforeUndock Obsolete.
Public propertyCode exampleOnClientDocked
Gets or sets a value indicating the client-side event handler that is called when the KaxSlidingPane is docked.
Public propertyCode exampleOnClientDocking
Gets or sets a value indicating the client-side event handler that is called before the KaxSlidingPane is docked.
Public propertyCode exampleOnClientUndocked
Gets or sets a value indicating the client-side event handler that is called when the KaxSlidingPane is undocked.
Public propertyCode exampleOnClientUndocking
Gets or sets a value indicating the client-side event handler that is called before the KaxSlidingPane is undocked.
Public propertyOverlay
Gets or sets a value indicating whether the sliding pane will create an overlay element.
Public propertyResizeText
Gets or sets the text for resize bar
Public propertySlidingZone
Reference to the parent SlidingZone object
Public propertyTabView
Sets/gets way the tab of the pane is rendered
Public propertyTitle
The title that will be displayed when the pane is docked/docked
Public propertyUndockText
Gets or sets the text for undock image
Public propertyWidth
Sets/gets the width of the sliding pane
(Overrides KaxWebControl.Width.)
Top
See Also