Gets or sets a custom ResourceManager object to use internally within this ResourceListView.
When this property is set to a resource manager instance the control items collection and the associated data member properties are ignored.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public ResourceManager ResourceManagerSource { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property ResourceManagerSource As ResourceManager |