Represents a control that displays an interactive resource list view based on resource data items.
Use Items property to add resource data items to an ItemCollection managed by the control, or set ItemsSource to your own resource data item collection.
It is recommended to set at least these data member properties: ContentMemberPath.
These data member properties can also be set: ScheduleMemberPath, CostPerUsageMemberPath, CostPerHourMemberPath.
Alternatively you can set the ResourceManagerSource to a customized resource manager to use and to ignore the items collection and any associated data member properties.
It is recommended to use a single ResourceManager instance for each set of distinct resource data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)
Syntax
C# |
---|
[LocalizabilityAttribute(LocalizationCategory.None)] public class ResourceListView : EntityListViewBase, IResourceListView, IResourceActivator, IExportableControl |
Visual Basic (Declaration) |
---|
<LocalizabilityAttribute(LocalizationCategory.None)> _ Public Class ResourceListView _ Inherits EntityListViewBase _ Implements IResourceListView, IResourceActivator, IExportableControl |
Inheritance Hierarchy
System..::.Object
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
DlhSoft.Windows.Controls.Primitives..::.ItemsControlBase
DlhSoft.Windows.Controls..::.ItemsControl
DlhSoft.Windows.Controls.Primitives..::.Selector
DlhSoft.Windows.Controls..::.ListBox
DlhSoft.Windows.Controls..::.ListView
DlhSoft.Windows.Controls..::.EntityListViewBase
DlhSoft.Windows.Controls..::.ResourceListView
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Control
DlhSoft.Windows.Controls.Primitives..::.ItemsControlBase
DlhSoft.Windows.Controls..::.ItemsControl
DlhSoft.Windows.Controls.Primitives..::.Selector
DlhSoft.Windows.Controls..::.ListBox
DlhSoft.Windows.Controls..::.ListView
DlhSoft.Windows.Controls..::.EntityListViewBase
DlhSoft.Windows.Controls..::.ResourceListView