Click or drag to resize
SplitterPaneBase Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsSplitterItem
          Kettic.AspNet.ControlsSplitterPaneBase
            Kettic.AspNet.ControlsKaxPane
            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 abstract class SplitterPaneBase : SplitterItem

The SplitterPaneBase type exposes the following members.

Properties
  NameDescription
Public propertyMaxHeight
Sets/gets the max height to which the pane can be resized
Public propertyMaxWidth
Sets/gets the max width to which the pane can be resized
Public propertyMinHeight
Sets/gets the min height to which the pane can be resized
Public propertyMinWidth
Sets/gets the min width to which the pane can be resized
Public propertyOnClientBeforeCollapse Obsolete.
Public propertyOnClientBeforeExpand Obsolete.
Public propertyOnClientBeforeResize Obsolete.
Public propertyCode exampleOnClientCollapsed
Gets or sets a value indicating the client-side event handler that is called when the KaxPane is collapsed.
Public propertyCode exampleOnClientCollapsing
Gets or sets a value indicating the client-side event handler that is called before the KaxPane is collapsed.
Public propertyCode exampleOnClientExpanded
Gets or sets a value indicating the client-side event handler that is called when the KaxPane is expanded.
Public propertyCode exampleOnClientExpanding
Gets or sets a value indicating the client-side event handler that is called before the KaxPane is expanded.
Public propertyCode exampleOnClientResized
Gets or sets a value indicating the client-side event handler that is called when the KaxPane is resized.
Public propertyCode exampleOnClientResizing
Gets or sets a value indicating the client-side event handler that is called before the KaxPane is resized.
Public propertyPersistScrollPosition
Sets/gets whether the scrolls position will be persisted acrosss postbacks
Public propertyScrolling
Sets/gets whether the content of the pane will get a scrollbars when it exceeds the pane area size
Top
See Also