Intersoft ClientUI Documentation
ResourcesSource Property
See Also  Send Feedback
Intersoft.Client.UI.ScheduleView Namespace > UXScheduleViewBase Class : ResourcesSource Property






Gets or sets a resources source that is used to generate the content of the control.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Data")>
Public Property ResourcesSource As IEnumerable
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleViewBase
Dim value As IEnumerable
 
instance.ResourcesSource = value
 
value = instance.ResourcesSource
C# 
[CategoryAttribute("Data")]
public IEnumerable ResourcesSource {get; set;}
Delphi 
public read-write property ResourcesSource: IEnumerable; 
JScript 
CategoryAttribute("Data")
public function get,set ResourcesSource : IEnumerable
Managed Extensions for C++ 
[CategoryAttribute("Data")]
public: __property IEnumerable* get_ResourcesSource();
public: __property void set_ResourcesSource( 
   IEnumerable* value
);
C++/CLI 
[CategoryAttribute("Data")]
public:
property IEnumerable^ ResourcesSource {
   IEnumerable^ get();
   void set (    IEnumerable^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.