Gets a list of groups that are applied when opening a list.
Namensraum: TimeCockpit.Data.DataModel.ViewAssembly: TimeCockpit.Data (in TimeCockpit.Data.dll) Version: 1.8.1577.0 (1.8.1577.0)
Syntax
| C# |
|---|
public ObservableCollection<Group> Groups { get; private set; } |
| Visual Basic |
|---|
Public Property Groups As ObservableCollection(Of Group) Get Private Set |
| Visual C++ |
|---|
public: property ObservableCollection<Group^>^ Groups { ObservableCollection<Group^>^ get (); private: void set (ObservableCollection<Group^>^ value); } |