The C1NavPanelPane type exposes the following members.

Constructors

  NameDescription
Public methodC1NavPanelPaneOverloaded.

Methods

  NameDescription
Protected methodAddCreatedChildControlsToPage
Add created child controls to Page.
(Inherited from C1AccordionPane.)
Protected methodCreateContentPanel
Creates the accordion's content placeholder.
(Inherited from C1AccordionPane.)
Protected methodCreateHeaderPanel
Creates the accordion's header placeholder.
(Inherited from C1AccordionPane.)
Protected methodDetermineContentSide
Gets the accordion's expand direction.
(Inherited from C1AccordionPane.)
Protected methodDetermineControlHeight
Calculates the control's height in pixels.
(Inherited from C1AccordionPane.)
Protected methodDetermineControlWidth
Calculates the control's width in pixels.
(Inherited from C1AccordionPane.)
Protected methodGetScriptDescriptors
When overridden in a derived class, registers the ScriptDescriptor objects for the control.
(Overrides C1AccordionPane..::..GetScriptDescriptors()()()().)
Protected methodGetScriptReferences
Registers the script references for the control.
(Inherited from C1AccordionPane.)
Protected methodGetTopSelectorCssClassName
Gets the top selector name for the CSS Class.
(Inherited from C1AccordionPane.)
Protected methodRenderChildren
Sends server child control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
(Inherited from C1AccordionPane.)
Protected methodSetHeaderContentClassNames
Specifies the accordion pane header's CSS selectors.
(Inherited from C1AccordionPane.)

Properties

  NameDescription
Public propertyButtonImageUrl
Url path for the button's image in the navigation pane when using the Outlook-style user interface.
(Inherited from C1AccordionPane.)
Public propertyButtonName
Navigation pane button name when using the Outlook-style user interface.
(Inherited from C1AccordionPane.)
Public propertyExpandDirection
Gets the general layout orientation of the panel.
(Overrides C1ExpanderExpandDirection()()()().)
Public propertyExpanded
Gets or sets a value that determines whether the panel is in an expanded state.
(Inherited from C1AccordionPane.)
Public propertyID
Gets or sets the string identifying the control.
(Inherited from C1AccordionPane.)
Public propertyRemoved
Gets or sets a value that indicates whether the accordion pane will be removed from accordion.
(Inherited from C1AccordionPane.)

See Also