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


In This Topic
    CollectionControl Property
    In This Topic
    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