Intersoft ClientUI Documentation
MonthCollection Property



Gets or sets a month collection that is used to generate the month list.
Syntax
Public Overridable Property MonthCollection As List(Of UXScheduleViewMonthModel)
Dim instance As UXScheduleViewEditingFormViewModel
Dim value As List(Of UXScheduleViewMonthModel)
 
instance.MonthCollection = value
 
value = instance.MonthCollection
public virtual List<UXScheduleViewMonthModel> MonthCollection {get; set;}
public:
virtual property List<UXScheduleViewMonthModel^>^ MonthCollection {
   List<UXScheduleViewMonthModel^>^ get();
   void set (    List<UXScheduleViewMonthModel^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXScheduleViewEditingFormViewModel Class
UXScheduleViewEditingFormViewModel Members

Send Feedback