Click or drag to resize

MapperCommandParentCommand Property

Gets/sets the ID (name) of the parent command for this item. A parent command constitutes a submenu item and all items having the same parent will be grouped under that parent. If no other command is found having the specified ID, then a parent command will be added automatically.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ParentCommand { get; set; }

Property Value

Type: String
See Also