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

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 KaxPane : SplitterPaneBase

The KaxPane type exposes the following members.

Constructors
  NameDescription
Public methodKaxPane
Top
Methods
  NameDescription
Public methodGetExpandedSize
Get the expanded Size of the pane, when the pane is collapsed. In case the Orientation of the splitter is Vertical, returns the expanded Height, otherwise, the expanded Width.
Public methodSetExpandedSize
Set the expanded Size of the pane, when the pane is collapsed. In case the Orientation of the splitter is Vertical, sets the expanded Height, otherwise, the expanded Width.
Top
Properties
  NameDescription
Public propertyCollapsed
Sets/gets whether the pane is collapsed
Public propertyContentUrl
The URL of the page to load inside the pane.
Public propertyHeight
Get/Set the Height of the pane.
(Overrides KaxWebControl.Height.)
Public propertyLocked
Sets/gets whether the pane is locked
Public propertySplitter
Reference to the parent Splitter object
Public propertyWidth
Get/Set the Width of the pane.
(Overrides KaxWebControl.Width.)
Top
See Also