DataPlace
INavigationItem Interface
CSCS.DataPlace.NavigationINavigationItem
Interface for an item that appears in a tree structure in a UI.
Declaration Syntax
C#
public interface INavigationItem
Members
All MembersMethodsProperties



IconMemberDescription
Group
Gets the name of the group in which the item appears when listed by group.

HasCustomImage
Gets whether the item has a custom image.

NavigationActivate()()()
Activates the item by taking whatever action is associated with it (such as opening a window, dialog, etc.).

NavigationImageListKey
Gets the item image key.

NavigationParent
Gets the item's parent.

NavigationRoot
Gets the root item.

NavigationSortKey
Gets the sort key used to determine where the item appears relative to other items.

NavigationTitle
Gets the item title.

NavigationToolTip
Gets the item tooltip.

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