Class SettingItemGroup
Typecasts setting as TabControl item
public sealed class SettingItemGroup : SettingItemList, IBindableEntity, INotifyPropertyChanged, IComparable<SettingItem>, IXElementSerialization, ISettingsGroup
Constructors
Declaration
public SettingItemGroup()
Declaration
public SettingItemGroup(string name, IList<SettingItem> items, int sortIndex = 0)
Parameters
Type |
Name |
Description |
System.String |
name |
|
IList<TradingPlatform.BusinessLayer.SettingItem> |
items |
|
System.Int32 |
sortIndex |
|
Fields
Declaration
public bool AllowCreateEmptyGroup
Field Value
Type |
Description |
System.Boolean |
|
Properties
Declaration
public GroupActionInfo FirstActionInfo { get; set; }
Property Value
Type |
Description |
TradingPlatform.BusinessLayer.GroupActionInfo |
|
Declaration
protected override List<SettingItem> Items { get; set; }
Property Value
Type |
Description |
List<TradingPlatform.BusinessLayer.SettingItem> |
|
Overrides
TradingPlatform.BusinessLayer.SettingItemList.Items
Declaration
public GroupActionInfo SecondActionInfo { get; set; }
Property Value
Type |
Description |
TradingPlatform.BusinessLayer.GroupActionInfo |
|
Declaration
public override SettingItemType Type { get; }
Property Value
Type |
Description |
TradingPlatform.BusinessLayer.SettingItemType |
|
Overrides
TradingPlatform.BusinessLayer.SettingItem.Type
Methods
Declaration
public void AddItem(SettingItem item)
Parameters
Type |
Name |
Description |
TradingPlatform.BusinessLayer.SettingItem |
item |
|
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Implements
INotifyPropertyChanged
IComparable<>