ArcFM Desktop Developer Guide
SelectedDatesCollection Class
Members 


Product Availability
Required Licenses
.NET Assembly
Represents the collection of SelectedDates for the Calendar Control.
Object Model
SelectedDatesCollection Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public NotInheritable Class SelectedDatesCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of Date)
'Usage
 
Dim instance As SelectedDatesCollection
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public sealed class SelectedDatesCollection : System.Collections.ObjectModel.ObservableCollection<DateTime> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         Miner.PresentationFramework.WPFControls.SelectedDatesCollection

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SelectedDatesCollection Members
Miner.PresentationFramework.WPFControls Namespace

 

 


Send Comment