Partager via


ComboTableV2_Core.Items Property

 

Gets a collection of items.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public ObservableCollection<RadioTableItem> Items { get; }
public:
property ObservableCollection<RadioTableItem^>^ Items {
    ObservableCollection<RadioTableItem^>^ get();
}
Public ReadOnly Property Items As ObservableCollection(Of RadioTableItem)

Property Value

Type: System.Collections.ObjectModel.ObservableCollection<RadioTableItem>

A collection of items.

See Also

ComboTableV2_Core Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top