The C1NavPanel type exposes the following members.

Constructors

  NameDescription
Public methodC1NavPanel
C1NavPanel default constructor.

Methods

  NameDescription
Protected methodCalculateFillSizeForExpandedPane
Calculate Fill Size for expanded pane(s).
(Overrides C1AccordionCalculateFillSizeForExpandedPane(Double, ArrayList).)
Protected methodCreateChildControlsFromPanes
Create child controls collection using Panes collection.
(Overrides C1AccordionCreateChildControlsFromPanes(Boolean).)
Protected methodGetCssLayoutResourcePath
GetCssLayoutResourcePath.
(Overrides C1AccordionGetCssLayoutResourcePath()()()().)
Protected methodGetScriptDescriptors
When overridden in a derived class, registers the ScriptDescriptor objects.
(Overrides C1AccordionGetScriptDescriptors()()()().)
Protected methodGetScriptReferences
Registers the script libraries for the control.
(Overrides C1AccordionGetScriptReferences()()()().)
Protected methodGetTopSelectorCssClassName
GetTopSelectorCssClassName.
(Overrides C1AccordionGetTopSelectorCssClassName()()()().)
Protected methodGetVisualStyleCssClassName
GetVisualStyleCssClassName.
(Overrides C1AccordionGetVisualStyleCssClassName()()()().)
Protected methodLoadViewState
Restores view-state information from a previous request that was saved.
(Overrides C1AccordionLoadViewState(Object).)
Protected methodOnRenderStart
This method called immediately before Render method.
(Overrides C1AccordionOnRenderStart(HtmlTextWriter).)
Protected methodSaveViewState
Saves any state that was modified after the TrackViewState method was invoked.
(Overrides C1AccordionSaveViewState()()()().)
Protected methodTrackViewState
Causes the control to track changes to its view state so they can be stored in the object's ViewState property.
(Overrides C1AccordionTrackViewState()()()().)

Properties

  NameDescription
Public propertyAnimationEasing
Specifies the transition for animation.
Public propertyAutoSize
This property is hidden for C1NavPanel.
(Overrides C1AccordionAutoSize()()()().)
Public propertyExpandDirection
This property is hidden. C1NavPanel expand direction is always Bottom.
(Overrides C1AccordionExpandDirection()()()().)
Public propertyOutlookUIMenu
Menu used to hide/show additional buttons.
Public propertyOutlookUIMenuID
Gets client id of the C1Menu that used for Outlook user interface to hide/show additional buttons. Returns empty string when property DisplayHiddenTopicsBar is false.
Public propertyOutlookUISettings
Outlook user interface settings.

See Also