Click or drag to resize
KaxSlidingZone Class
KaxSlidingZone class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsSplitterItemsContainer
          Kettic.AspNet.ControlsKaxSlidingZone

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 KaxSlidingZone : SplitterItemsContainer, 
	IPostBackDataHandler

The KaxSlidingZone type exposes the following members.

Constructors
  NameDescription
Public methodKaxSlidingZone
Top
Methods
  NameDescription
Public methodGetPaneById
Public methodGetPanes
Top
Properties
  NameDescription
Public propertyClickToOpen
Sets/gets whether the pane should be clicked in order to open
Public propertyDockedPaneId
Sets/gets the id of the pane that is will be displayed docked
Public propertyEnableEmbeddedBaseStylesheet (Overrides KaxWebControl.EnableEmbeddedBaseStylesheet.)
Public propertyEnableEmbeddedSkins (Overrides KaxWebControl.EnableEmbeddedSkins.)
Public propertyExpandedPaneId
Sets/gets the id of the pane that is will be expanded
Public propertyHeight
Sets/gets the height of the sliding zone
(Overrides KaxWebControl.Height.)
Public propertyCode exampleOnClientLoad
Gets or sets a value indicating the client-side event handler that is called when the KaxSlidingZone control is initialized.
Public propertyOnClientLoaded Obsolete.
Public propertyResizeStep
Sets/gets the step in px in which the resize bar will be moved when dragged.
Public propertySkin
Public propertySlideDirection
Sets/gets the direction in which the panes will slide
Public propertySlideDuration
Sets/gets the duration of the slide animation in milliseconds.
Public propertySplitter
Reference to the parent Splitter object
Public propertyWidth
Sets/gets the width of the sliding zone
(Overrides KaxWebControl.Width.)
Top
See Also