A navigation item whose children represent data rows.
| C# |
public abstract class RowListNavigationParent : INavigationParentItem, INavigationItem, ISynchronizeInvoke, ILoadNodeNotify, ILoadNode
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| RowListNavigationParent(INavigationBar, INavigationParentItem) |
Creates a new instance.
| |
| ChildrenLoaded |
Whether children have been loaded.
| |
| ChildView |
Gets or sets the view of the data represented by children of this item.
| |
| CreateItem(DataRowView) |
Creates an item that represents a data row.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| 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.
| |
| LoadChildren(Boolean) |
Loads child data.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| NavigationActivate()()() |
Activates the item by taking whatever action is associated with it (such as opening a window, dialog, etc.).
| |
| NavigationChildren |
Gets the child items.
| |
| NavigationChildrenLoaded |
Occurs when children have been loaded.
| |
| NavigationChildrenLockSync |
An object that can be used to synchronize access to the NavigationChildren collection.
| |
| 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.
| |
| OnNavigationChildrenLoaded(EventArgs) |
Raises the NavigationChildrenLoaded event.
| |
| RefreshData()()() |
Loads data associated with the item.
| |
| SourceProvider |
Data provider associated with the item.
| |
| SourceProvider_DataRefreshed(Object, EventArgs) |
Handles the SourceProvider's DataRefreshed event.
| |
| SourceProvider_DataRefreshFailed(Object, ExceptionEventArgs) |
Handles the SourceProvider's DataRefreshFailed event.
| |
| SourceProvider_DataRefreshing(Object, CancelEventArgs) |
Handles the SourceProvider's DataRefreshing event.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| RowListNavigationParent | |