Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / CollectionControlDialog Class / CollectionControl Property


CollectionControl Property
Gets the CollectionControl from the CollectionControlDialog.
Syntax
'Declaration
 
Public ReadOnly Property CollectionControl As CollectionControl
 
'Usage
 
Dim instance As CollectionControlDialog
Dim value As CollectionControl
 
value = instance.CollectionControl

Property Value

Provides the CollectionControl currently being used by the CollectionControlDialog.
Requirements

See Also