Xceed Toolkit Plus for WPF v4.6 Documentation
CollectionControl Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > CollectionControlDialog Class : 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
public CollectionControl CollectionControl {get;}

Property Value

Provides the CollectionControl currently being used by the CollectionControlDialog.
Requirements

See Also

Reference

CollectionControlDialog Class
CollectionControlDialog Members