DataPlace
INavigationParentItem Interface
CSCS.DataPlace.NavigationINavigationParentItem
Interface for an item that can serve as a parent to other items.
Declaration Syntax
C#
public interface INavigationParentItem : INavigationItem
Members
All MembersMethodsProperties



IconMemberDescription
Group
Gets the name of the group in which the item appears when listed by group.
(Inherited from INavigationItem.)
HasCustomImage
Gets whether the item has a custom image.
(Inherited from INavigationItem.)
NavigationActivate()()()
Activates the item by taking whatever action is associated with it (such as opening a window, dialog, etc.).
(Inherited from INavigationItem.)
NavigationChildren
Gets the child items.

NavigationImageListKey
Gets the item image key.
(Inherited from INavigationItem.)
NavigationParent
Gets the item's parent.
(Inherited from INavigationItem.)
NavigationRoot
Gets the root item.
(Inherited from INavigationItem.)
NavigationSortKey
Gets the sort key used to determine where the item appears relative to other items.
(Inherited from INavigationItem.)
NavigationTitle
Gets the item title.
(Inherited from INavigationItem.)
NavigationToolTip
Gets the item tooltip.
(Inherited from INavigationItem.)

Assembly: CS.DataPlace.Extensibility (Module: CS.DataPlace.Extensibility) Version: 2.0.3271.19819