Interface IResourceInfoProvider
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public interface IResourceInfoProvider
Properties
Resources
Declaration
IEnumerable<IResource> Resources { get; }
Property Value
System.Collections.Generic.IEnumerable<IResource>
|
Methods
GetResourcesForItem(Object)
Declaration
IEnumerable<IResource> GetResourcesForItem(object item)
Parameters
System.Object
item
|
Returns
System.Collections.Generic.IEnumerable<IResource>
|